From 7b709fcb3f5eae97011364599d0279a46e34e35d Mon Sep 17 00:00:00 2001 From: Dawn Date: Wed, 26 Aug 2026 14:50:52 +0200 Subject: [PATCH] style: check QPushButton height --- src/aare/gui/styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aare/gui/styles.py b/src/aare/gui/styles.py index 3543ce20..618f9a81 100644 --- a/src/aare/gui/styles.py +++ b/src/aare/gui/styles.py @@ -1342,7 +1342,7 @@ def _sunset_stylesheet() -> str: background-color: $dark_elevated; border: 1px solid $dark_border_faint; min-height: 16px; - max-height: 16px; + max-height: 24px; padding-top: 1px; padding-bottom: 1px; }