mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
icon size in explorer "just" huge
This commit is contained in:
parent
d30863f959
commit
d85645581b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue