File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 anchors .centerIn : parent
4040 width: parent .width - UM .Theme .getSize (" default_margin" ).width
4141 height: parent .height - UM .Theme .getSize (" default_margin" ).height
42- source: UM .Theme .getIcon (" load " )
42+ source: UM .Theme .getIcon (" Folder " , " medium " )
4343 color: UM .Theme .getColor (" icon" )
4444
4545 sourceSize .height : height
Original file line number Diff line number Diff line change @@ -62,7 +62,19 @@ Rectangle
6262 anchors .left : parent .left
6363 anchors .leftMargin : UM .Theme .getSize (" default_margin" ).width - 2 * UM .Theme .getSize (" default_lining" ).width
6464
65- Cura .ViewOrientationControls {}
65+ Cura .ViewOrientationControls
66+ {
67+ Component .onCompleted :
68+ {
69+ if (! isLE410)
70+ {
71+ for (var child_nr in children)
72+ {
73+ children[child_nr].iconMargin = 3 * UM .Theme .getSize (" default_lining" ).width
74+ }
75+ }
76+ }
77+ }
6678
6779 UM .SimpleButton
6880 {
You can’t perform that action at this time.
0 commit comments