big square icons

This commit is contained in:
Marco Martin 2015-06-21 19:03:41 -07:00
parent 15e4468834
commit e776e107ae

View file

@ -62,7 +62,8 @@ Item {
opacity: 0.8 opacity: 0.8
PlasmaCore.IconItem { PlasmaCore.IconItem {
anchors.centerIn: parent anchors.centerIn: parent
width: Math.min(parent.width, parent.height) width: Math.min(parent.width, parent.height) / 2
height: width
source: model.DecorationRole source: model.DecorationRole
} }
PlasmaComponents.Label { PlasmaComponents.Label {