X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=themes%2Fqdarkstyle%2Fstyle.qss;h=8bfc18d7edcfe5da94ebdfbabde7ae3816e9c625;hp=5c8a2595a8d3a3733ed34aa9a5bc4a4355f39a00;hb=660ae94db9c8a2ad84d3235437d74bb7747af5f7;hpb=43be386b1714c50b6e10a382f3bec194b914354f;ds=sidebyside diff --git a/themes/qdarkstyle/style.qss b/themes/qdarkstyle/style.qss index 5c8a2595..8bfc18d7 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;