]> sigrok.org Git - pulseview.git/blobdiff - themes/qdarkstyle/style.qss
Add shortcuts to + and - buttons for zooming in and out horizontally
[pulseview.git] / themes / qdarkstyle / style.qss
index 5c8a2595a8d3a3733ed34aa9a5bc4a4355f39a00..026bc3a6bd2991dd3979818748ddb4d2e4fccdb3 100644 (file)
@@ -1,3 +1,7 @@
+QScrollArea {
+    background-color: transparent; /* Workaround for widget background on Windows, see https://stackoverflow.com/questions/25012224/qt-widget-background-differs-from-linux-to-windows/25088075 */
+}
+
 QToolTip {
     border: 1px solid #76797C;
     background-color: #5A7566;
@@ -1028,7 +1032,7 @@ QToolButton:pressed,
 QToolButton::menu-button:pressed {
     background-color: #3daee9;
     border: 1px solid #3daee9;
-    padding: 5px;
+/*    padding: 5px; */
 }