add missing width and height to section icon

This commit is contained in:
Adam Goldsmith 2015-05-31 09:24:41 -04:00
parent cc8f974793
commit 350e3312bd

View File

@ -122,6 +122,8 @@ QtObject {
Image { Image {
anchors.verticalCenter: parent.verticalCenter; anchors.verticalCenter: parent.verticalCenter;
source: control.iconSource; source: control.iconSource;
width: UM.Theme.sizes.section_icon.width;
height: UM.Theme.sizes.section_icon.height;
} }
Label { Label {