mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix minor review comments
CURA-6598
This commit is contained in:
parent
fade8d3644
commit
84e5114566
2 changed files with 9 additions and 8 deletions
|
@ -182,11 +182,12 @@ Popup
|
|||
|
||||
Rectangle
|
||||
{
|
||||
height: 1
|
||||
height: UM.Theme.getSize("default_lining").height
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
color: borderColor
|
||||
}
|
||||
|
||||
MenuButton
|
||||
{
|
||||
labelText: Cura.Actions.addProfile.text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue