]> sigrok.org Git - pulseview.git/commitdiff
Themes: Fix icon shift bug when opening QToolButton menu
authorSoeren Apel <redacted>
Fri, 26 Oct 2018 20:49:31 +0000 (22:49 +0200)
committerUwe Hermann <redacted>
Sat, 27 Oct 2018 19:17:52 +0000 (21:17 +0200)
themes/qdarkstyle/style.qss

index 8bfc18d7edcfe5da94ebdfbabde7ae3816e9c625..026bc3a6bd2991dd3979818748ddb4d2e4fccdb3 100644 (file)
@@ -1032,7 +1032,7 @@ QToolButton:pressed,
 QToolButton::menu-button:pressed {
     background-color: #3daee9;
     border: 1px solid #3daee9;
-    padding: 5px;
+/*    padding: 5px; */
 }