mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 16:21:47 -07:00
add missing width and height to section icon
This commit is contained in:
parent
cc8f974793
commit
350e3312bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue