ui: fixed linebreaks in license key box

This commit is contained in:
malte_langkabel
2016-02-23 17:39:19 +01:00
parent 8a2c4b4e9b
commit d8cd3a6f2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ QLabel {
#licenseField {
font-family: "<setting:font_name>";
font-size: 12pt;
font-size: 10pt;
height: 200px;
padding: 5px;
width: 470px;
+1 -1
View File
@@ -125,7 +125,7 @@ void QtLicense::setup()
showButtons(layout);
updateDoneButton("Activate");
resize(725, 550);
resize(800, 550);
}
void QtLicense::handleCancelButtonPress()