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:
Eike Ziller
2018-07-09 11:43:35 +02:00
parent ed30522bb8
commit 4c144b45ab

View File

@@ -70,8 +70,8 @@ namespace Internal {
const char C_FALLBACK_ROOT[] = "ProjectsFallbackRoot";
const int itemWidth = 240;
const int itemHeight = 240;
const int itemWidth = 230;
const int itemHeight = 230;
const int itemGap = 10;
const int tagsSeparatorY = itemHeight - 60;