forked from qt-creator/qt-creator
Core: Be a little less modest with the initial settings dialog size
Task-number: QTCREATORBUG-31685 Change-Id: Ibfae4f28e0118f332249ff0aaccff539b659116b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
const int kInitialWidth = 750;
|
||||
const int kInitialHeight = 450;
|
||||
const int kInitialWidth = 800;
|
||||
const int kInitialHeight = 500;
|
||||
const int kMaxMinimumWidth = 250;
|
||||
const int kMaxMinimumHeight = 250;
|
||||
|
||||
|
Reference in New Issue
Block a user