ui: fixed width of enter license window
* on windows the enter license window was too small so the entered key would have unwanted line breaks.
This commit is contained in:
@@ -19,7 +19,7 @@ QtLicenseWindow::QtLicenseWindow(QWidget *parent)
|
||||
|
||||
QSize QtLicenseWindow::sizeHint() const
|
||||
{
|
||||
return QSize(700, 500);
|
||||
return QSize(740, 500);
|
||||
}
|
||||
|
||||
void QtLicenseWindow::clear()
|
||||
|
||||
Reference in New Issue
Block a user