Use 128x128 for big icons TabBox

This commit is contained in:
Martin Gräßlin 2011-11-12 22:42:04 +01:00
parent d89b9b3abe
commit 252c21e903

View file

@ -50,7 +50,7 @@ Item {
IconTabBox {
id: icons
iconSize: 64
iconSize: 128
height: iconSize + background.margins.top + background.margins.bottom
anchors {
top: parent.top