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/Transparent-Style-BOS.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/Transparent-Style-BOS.qss')
| -rw-r--r-- | src/stylesheets/Transparent-Style-BOS.qss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index 2c1eb3de..efad0859 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -673,6 +673,9 @@ QAbstractSpinBox::down-arrow{ border-width:1px; border-style:solid; } + +QStatusBar::item {border: None;} + /* Font size */ QLabel,QMenu,QPushButton,QAbstractSpinBox,QGroupBox,QCheckBox,QRadioButton{ color: #cccccc; |
