ui: fixed linebreaks in license key box
This commit is contained in:
@@ -4,7 +4,7 @@ QLabel {
|
||||
|
||||
#licenseField {
|
||||
font-family: "<setting:font_name>";
|
||||
font-size: 12pt;
|
||||
font-size: 10pt;
|
||||
height: 200px;
|
||||
padding: 5px;
|
||||
width: 470px;
|
||||
|
||||
@@ -125,7 +125,7 @@ void QtLicense::setup()
|
||||
showButtons(layout);
|
||||
updateDoneButton("Activate");
|
||||
|
||||
resize(725, 550);
|
||||
resize(800, 550);
|
||||
}
|
||||
|
||||
void QtLicense::handleCancelButtonPress()
|
||||
|
||||
Reference in New Issue
Block a user