Remove broken margin-left for progress bar.
Closes #125 (by obsoleting it).
This commit is contained in:
parent
5c52d4d04e
commit
afa7a1a9a0
@ -31,14 +31,10 @@ class Progress(QProgressBar):
|
||||
|
||||
"""The progress bar part of the status bar."""
|
||||
|
||||
# FIXME for some reason, margin-left is not shown
|
||||
# https://github.com/The-Compiler/qutebrowser/issues/125
|
||||
|
||||
STYLESHEET = """
|
||||
QProgressBar {
|
||||
border-radius: 0px;
|
||||
border: 2px solid transparent;
|
||||
margin-left: 1px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user