Stop progress bar from growing status bar height

This commit is contained in:
Jan Verbeek 2016-10-26 13:46:52 +02:00
parent b9a7bdaab2
commit 2cc958fbb6

View File

@ -36,6 +36,7 @@ class Progress(QProgressBar):
border-radius: 0px;
border: 2px solid transparent;
background-color: transparent;
font: {{ font['statusbar'] }};
}
QProgressBar::chunk {