ui: Changed all font-sizes from pt to px for same results on all platforms

This commit is contained in:
Eberhard Graether
2016-09-09 02:31:11 +02:00
parent f1be68b1a0
commit 1335f9512a
11 changed files with 39 additions and 39 deletions
@@ -10,29 +10,29 @@ QLabel {
#title {
color: white;
font-size: 22pt;
font-size: 22px;
font-weight: bold;
}
#percent {
font-size: 22pt;
font-size: 22px;
font-weight: bold;
}
#message {
font-size: 14pt;
font-size: 14px;
font-weight: bold;
}
#filePath {
font-size: 11pt;
font-size: 11px;
}
#errorCount {
border: none;
background: transparent;
color: white;
font-size: 14pt;
font-size: 14px;
}
#windowButton {