From 72e99f7c5c41fcc1c60ba59397ea560436dbd93c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 6 Jan 2020 04:34:43 -0500 Subject: changed widget background color to opaque, fixes redrawing problems in the images tab --- src/stylesheets/dracula.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 537ff083..a78d2414 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -4,7 +4,7 @@ QWidget, QStackedWidget, QScrollArea, QAbstractScrollArea { - background-color: transparent; + background-color: #3c3f41; color: #bbbbbb; } -- cgit v1.3.1