ui: Changed all font-sizes from pt to px for same results on all platforms
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
QLabel {
|
||||
font-size: 12pt;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#licenseField {
|
||||
font-family: "<setting:font_name>";
|
||||
font-size: 10pt;
|
||||
font-size: 11px;
|
||||
height: 200px;
|
||||
padding: 5px;
|
||||
width: 470px;
|
||||
|
||||
Reference in New Issue
Block a user