File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -648,6 +648,9 @@ QRadioButton::indicator {
648648
649649QTreeView::indicator {
650650 background: #444; }
651+
652+ QProgressBar:horizontal {
653+ text-align: center; }
651654
652655QRadioButton::indicator:disabled {
653656 background-color: #282828;
Original file line number Diff line number Diff line change @@ -648,6 +648,9 @@ QRadioButton::indicator {
648648
649649QTreeView::indicator {
650650 background: #FFF; }
651+
652+ QProgressBar:horizontal {
653+ text-align: center; }
651654
652655QRadioButton::indicator:disabled {
653656 background-color: #F2F2F2;
Original file line number Diff line number Diff line change @@ -887,6 +887,10 @@ QTreeView::indicator
887887 background :$button-bg ;
888888}
889889
890+ QProgressBar:horizontal {
891+ text-align : center ;
892+ }
893+
890894QRadioButton::indicator:disabled
891895{
892896 background-color :$control-disabled ;
You can’t perform that action at this time.
0 commit comments