diff --git a/shell/contents/explorer/AppletDelegate.qml b/shell/contents/explorer/AppletDelegate.qml index e7ad3c03..c103c774 100644 --- a/shell/contents/explorer/AppletDelegate.qml +++ b/shell/contents/explorer/AppletDelegate.qml @@ -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 diff --git a/shell/contents/explorer/WidgetExplorer.qml b/shell/contents/explorer/WidgetExplorer.qml index 9722d5a5..3809c033 100644 --- a/shell/contents/explorer/WidgetExplorer.qml +++ b/shell/contents/explorer/WidgetExplorer.qml @@ -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