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
@@ -125,7 +125,7 @@ void QtLicense::setup()
showButtons(layout);
updateDoneButton("Activate");
resize(725, 550);
resize(800, 550);
}
void QtLicense::handleCancelButtonPress()