summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-01-06 04:34:43 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-01-06 04:34:43 -0500
commit72e99f7c5c41fcc1c60ba59397ea560436dbd93c (patch)
treee8b69687a9951f8c6f83114dd9ee2ee75dbb9b90
parent19a20159a5c8ad72f6978331b268ee75a1cad94b (diff)
changed widget background color to opaque, fixes redrawing problems in the images tab
-rw-r--r--src/stylesheets/dracula.qss2
1 files changed, 1 insertions, 1 deletions
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;
}