From f84a535b2beadcf538bcd3d8dd60142da37e409e Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 24 Oct 2017 23:15:30 +0200 Subject: [PATCH] ui: Increased license selection window height --- src/lib_gui/qt/window/QtLicenseWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_gui/qt/window/QtLicenseWindow.cpp b/src/lib_gui/qt/window/QtLicenseWindow.cpp index 646ce1fb..7d0e6ceb 100644 --- a/src/lib_gui/qt/window/QtLicenseWindow.cpp +++ b/src/lib_gui/qt/window/QtLicenseWindow.cpp @@ -19,7 +19,7 @@ QtLicenseWindow::QtLicenseWindow(QWidget *parent) QSize QtLicenseWindow::sizeHint() const { - return QSize(740, 500); + return QSize(740, 550); } void QtLicenseWindow::clear()