Merge f9a1772837 into 7e3df43463
This commit is contained in:
commit
5363100918
|
|
@ -18,7 +18,7 @@ class Progress(QProgressBar):
|
|||
STYLESHEET = """
|
||||
QProgressBar {
|
||||
border-radius: 0px;
|
||||
border: 2px solid transparent;
|
||||
border: 1px solid {{ conf.colors.statusbar.progress.bg }};
|
||||
background-color: transparent;
|
||||
font: {{ conf.fonts.statusbar }};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue