X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=themes%2Fdarkstyle%2Fdarkstyle.qss;fp=themes%2Fdarkstyle%2Fdarkstyle.qss;h=889ef95f4ded61d1b9c7c9c907cbd1c812e6b6f7;hp=1cb03ada94bf2a64bec59721df8dd1cc17c43d05;hb=660ae94db9c8a2ad84d3235437d74bb7747af5f7;hpb=43be386b1714c50b6e10a382f3bec194b914354f diff --git a/themes/darkstyle/darkstyle.qss b/themes/darkstyle/darkstyle.qss index 1cb03ad..889ef95 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);