mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Cleanup
This commit is contained in:
parent
b7e9accf75
commit
0ea042a140
1 changed files with 0 additions and 11 deletions
|
@ -188,17 +188,6 @@ QtObject {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Behavior on color { ColorAnimation { duration: 50; } }
|
Behavior on color { ColorAnimation { duration: 50; } }
|
||||||
|
|
||||||
Label {
|
|
||||||
id: tool_button_arrow
|
|
||||||
anchors.right: parent.right;
|
|
||||||
anchors.rightMargin: (UM.Theme.sizes.button.width - UM.Theme.sizes.button_icon.width - tool_button_arrow.width) / 2
|
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
|
||||||
text: "▼";
|
|
||||||
font: UM.Theme.fonts.small;
|
|
||||||
visible: control.menu != null;
|
|
||||||
color: UM.Theme.colors.button_text
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue