mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
add missing width and height to section icon
This commit is contained in:
parent
cc8f974793
commit
350e3312bd
@ -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…
x
Reference in New Issue
Block a user