[ui] fix progress bar location

This commit is contained in:
Vinicius Moreira
2020-11-30 16:54:03 -03:00
parent dc8788dd54
commit 8b94abe9cf
4 changed files with 24 additions and 17 deletions

View File

@@ -28,6 +28,10 @@ QCheckBox::indicator {
height: 18px;
}
QProgressBar {
max-height: 4px;
}
QTableWidget QToolButton {
padding: 5px;
margin-top: 3px;