increase maxAllowedSize a bit
Change-Id: I88ca56d1ac687288e8e780ce43506fb45246d23f
This commit is contained in:
parent
93cf07deac
commit
fe9f515bf5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user