forked from qt-creator/qt-creator
Show 4 columns of examples within Qt Creator's default window width
By reducing the width of the individual items. Otherwise first startup looks a bit stupid with a large empty column to the right. Change-Id: Iff7fa343a5c36181f09e1e3c18307dc55bd11abc Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -70,8 +70,8 @@ namespace Internal {
|
|||||||
|
|
||||||
const char C_FALLBACK_ROOT[] = "ProjectsFallbackRoot";
|
const char C_FALLBACK_ROOT[] = "ProjectsFallbackRoot";
|
||||||
|
|
||||||
const int itemWidth = 240;
|
const int itemWidth = 230;
|
||||||
const int itemHeight = 240;
|
const int itemHeight = 230;
|
||||||
const int itemGap = 10;
|
const int itemGap = 10;
|
||||||
const int tagsSeparatorY = itemHeight - 60;
|
const int tagsSeparatorY = itemHeight - 60;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user