style: check QPushButton height

This commit is contained in:
2026-08-31 14:07:25 +02:00
parent 3d602931e9
commit 84ab3ce57a
+1 -1
View File
@@ -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;
}