Skip to content

Commit b34b292

Browse files
right align progressbar text in mumble theme
update .qbttheme
1 parent ab33996 commit b34b292

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

Builds/mumble-theme/Dark.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ QRadioButton::indicator {
648648

649649
QTreeView::indicator {
650650
background: #444; }
651-
651+
652652
QProgressBar:horizontal {
653653
text-align: center; }
654654

Builds/mumble-theme/Lite.qss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ QRadioButton::indicator {
648648

649649
QTreeView::indicator {
650650
background: #FFF; }
651-
651+
652652
QProgressBar:horizontal {
653653
text-align: center; }
654654

@@ -897,3 +897,8 @@ AboutDialog QTextEdit {
897897

898898
ViewCert {
899899
min-height: 600px; }
900+
901+
QProgressBar:horizontal {
902+
border: 1px solid palette(dark);
903+
text-align: right;
904+
margin-right: 3.2em; }

Builds/mumble-theme/source/Lite.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@
2222

2323
// Add or import your own custom QSS below
2424

25+
QProgressBar:horizontal {
26+
border: 1px solid palette(dark);
27+
text-align: right;
28+
margin-right: 3.2em;
29+
}
30+

Builds/tools/rcc.exe

2.37 KB
Binary file not shown.

mumble-dark.qbtheme

19 Bytes
Binary file not shown.

mumble-lite.qbtheme

50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)