From d8cd3a6f2f5111914b30470b2abc08fa9e57868a Mon Sep 17 00:00:00 2001 From: malte_langkabel Date: Tue, 23 Feb 2016 17:39:19 +0100 Subject: [PATCH] ui: fixed linebreaks in license key box --- bin/app/data/gui/license/license.css | 2 +- src/lib_gui/qt/window/QtLicense.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()