Use 128x128 for big icons TabBox
This commit is contained in:
parent
d89b9b3abe
commit
252c21e903
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Item {
|
|||
|
||||
IconTabBox {
|
||||
id: icons
|
||||
iconSize: 64
|
||||
iconSize: 128
|
||||
height: iconSize + background.margins.top + background.margins.bottom
|
||||
anchors {
|
||||
top: parent.top
|
||||
|
|
Loading…
Reference in a new issue