X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=themes%2Fqdarkstyle%2Fstyle.qss;h=026bc3a6bd2991dd3979818748ddb4d2e4fccdb3;hp=5c8a2595a8d3a3733ed34aa9a5bc4a4355f39a00;hb=13c6ec5bc2ec40ad489700b519925d888cb91a64;hpb=37b0bd3594a0effb8252c22377f003deafc55b19 diff --git a/themes/qdarkstyle/style.qss b/themes/qdarkstyle/style.qss index 5c8a259..026bc3a 100644 --- a/themes/qdarkstyle/style.qss +++ b/themes/qdarkstyle/style.qss @@ -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; */ }