diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-06 04:34:43 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-06 04:34:43 -0500 |
| commit | 72e99f7c5c41fcc1c60ba59397ea560436dbd93c (patch) | |
| tree | e8b69687a9951f8c6f83114dd9ee2ee75dbb9b90 | |
| parent | 19a20159a5c8ad72f6978331b268ee75a1cad94b (diff) | |
changed widget background color to opaque, fixes redrawing problems in the images tab
| -rw-r--r-- | src/stylesheets/dracula.qss | 2 |
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; } |
