disable enormous icon for now, it's a bit annoying at high settings :)

This commit is contained in:
Sebastian Kügler 2014-01-25 03:41:45 +01:00
parent b1bc20259a
commit dfd1b554ad

View File

@ -124,11 +124,11 @@ Item {
width: units.iconSizes.huge width: units.iconSizes.huge
height: width height: width
} }
QtExtras.QIconItem { // QtExtras.QIconItem {
icon: "preferences-desktop-icons" // icon: "preferences-desktop-icons"
width: units.iconSizes.enormous // width: units.iconSizes.enormous
height: width // height: width
} // }
} }
} }