icon size in explorer "just" huge

This commit is contained in:
Marco Martin 2015-09-23 17:47:39 +02:00
parent d30863f959
commit d85645581b
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ Item {
Item {
id: iconContainer
width: units.iconSizes.enormous
width: units.iconSizes.huge
height: width
anchors.horizontalCenter: parent.horizontalCenter
@ -63,7 +63,7 @@ Item {
visible: model.screenshot == ""
}
Image {
width: units.iconSizes.enormous
width: units.iconSizes.huge
height: width
anchors.fill: parent
fillMode: Image.PreserveAspectFit

View file

@ -209,7 +209,7 @@ Rectangle {
activeFocusOnTab: true
currentIndex: -1
keyNavigationWraps: true
cellWidth: units.iconSizes.enormous + units.smallSpacing * 2
cellWidth: units.iconSizes.huge + units.smallSpacing * 2
cellHeight: cellWidth + units.gridUnit * 4 + units.smallSpacing * 2