X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=themes%2Fdarkstyle%2Fdarkstyle.qss;h=889ef95f4ded61d1b9c7c9c907cbd1c812e6b6f7;hp=1cb03ada94bf2a64bec59721df8dd1cc17c43d05;hb=660ae94db9c8a2ad84d3235437d74bb7747af5f7;hpb=37b0bd3594a0effb8252c22377f003deafc55b19 diff --git a/themes/darkstyle/darkstyle.qss b/themes/darkstyle/darkstyle.qss index 1cb03ada..889ef95f 100644 --- a/themes/darkstyle/darkstyle.qss +++ b/themes/darkstyle/darkstyle.qss @@ -1,3 +1,6 @@ +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{ color:#ffffff; background-color:palette(base);