Skip to content

Commit ab33996

Browse files
Merge pull request #37 from Suchyyy/fix-mumble-center-progress-bar
Center text on the progress bar for the mumble theme
2 parents abaa6f9 + dfc13ea commit ab33996

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Builds/mumble-theme/Dark.qss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ QRadioButton::indicator {
648648

649649
QTreeView::indicator {
650650
background: #444; }
651+
652+
QProgressBar:horizontal {
653+
text-align: center; }
651654

652655
QRadioButton::indicator:disabled {
653656
background-color: #282828;

Builds/mumble-theme/Lite.qss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ QRadioButton::indicator {
648648

649649
QTreeView::indicator {
650650
background: #FFF; }
651+
652+
QProgressBar:horizontal {
653+
text-align: center; }
651654

652655
QRadioButton::indicator:disabled {
653656
background-color: #F2F2F2;

Builds/mumble-theme/source/Imports/Base Theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,10 @@ QTreeView::indicator
887887
background:$button-bg;
888888
}
889889

890+
QProgressBar:horizontal {
891+
text-align: center;
892+
}
893+
890894
QRadioButton::indicator:disabled
891895
{
892896
background-color:$control-disabled;

0 commit comments

Comments
 (0)