mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06: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 {
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
source: control.iconSource;
|
||||
width: UM.Theme.sizes.section_icon.width;
|
||||
height: UM.Theme.sizes.section_icon.height;
|
||||
}
|
||||
|
||||
Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue