diff --git a/bin/app/data/gui/license/license.css b/bin/app/data/gui/license/license.css index 03c0e7ec..2b37e7ab 100644 --- a/bin/app/data/gui/license/license.css +++ b/bin/app/data/gui/license/license.css @@ -4,7 +4,7 @@ QLabel { #licenseField { font-family: ""; - font-size: 12pt; + font-size: 10pt; height: 200px; padding: 5px; width: 470px; diff --git a/src/lib_gui/qt/window/QtLicense.cpp b/src/lib_gui/qt/window/QtLicense.cpp index fdd0e557..e68545aa 100644 --- a/src/lib_gui/qt/window/QtLicense.cpp +++ b/src/lib_gui/qt/window/QtLicense.cpp @@ -125,7 +125,7 @@ void QtLicense::setup() showButtons(layout); updateDoneButton("Activate"); - resize(725, 550); + resize(800, 550); } void QtLicense::handleCancelButtonPress()