increase maxAllowedSize a bit

Change-Id: I88ca56d1ac687288e8e780ce43506fb45246d23f
This commit is contained in:
Marco Martin 2015-04-28 12:43:28 +02:00
parent 93cf07deac
commit fe9f515bf5

View File

@ -194,7 +194,7 @@ Item {
}
}
var maxAllowedSize = theme.mSize(theme.defaultFont).width * 14
var maxAllowedSize = theme.mSize(theme.defaultFont).width * 24
var itemWidth = Math.min(maxAllowedSize, (root.width - (visibleChildCount-1)*10) / visibleChildCount)
var itemHeight = Math.min(maxAllowedSize, (root.height - (visibleChildCount-1)*10) / visibleChildCount)