diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-19 15:31:52 +0200 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-06-19 15:31:52 +0200 |
| commit | f74c3419543058e6a97943f421bb74261ae1b10c (patch) | |
| tree | b32e9b83d4fc80897a2dcf6f09d30a983019aad8 /src/stylesheets/vs15 Dark-Red.qss | |
| parent | f883a14823bdc3ed853b23d425f73ff55068ec55 (diff) | |
* Made the loadingbar a little bigger and more centered in the statusbar.
* Changed themes to remove the ugly separator line between widgets on the statusbar.
Diffstat (limited to 'src/stylesheets/vs15 Dark-Red.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 3a0a645c..73a90b15 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -591,6 +591,8 @@ SaveGameInfoWidget { border-width: 1px; padding: 2px; } + QStatusBar::item {border: None;} + /* Progress Bars (Downloads) #QProgressBar */ QProgressBar { background-color: #E6E6E6; |
