mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Fix popup alignment
CURA-8640
This commit is contained in:
parent
938ff691c4
commit
5df5d6c37d
1 changed files with 3 additions and 3 deletions
|
@ -87,8 +87,8 @@ Cura.MenuItem
|
||||||
Popup
|
Popup
|
||||||
{
|
{
|
||||||
id: menuPopup
|
id: menuPopup
|
||||||
x: parent.width
|
x: parent.width - UM.Theme.getSize("default_lining").width
|
||||||
y: 0
|
y: -UM.Theme.getSize("default_lining").width
|
||||||
width: materialTypesList.width + padding * 2
|
width: materialTypesList.width + padding * 2
|
||||||
height: materialTypesList.height + padding * 2
|
height: materialTypesList.height + padding * 2
|
||||||
|
|
||||||
|
@ -223,7 +223,7 @@ Cura.MenuItem
|
||||||
width: materialColorsList.width + padding * 2
|
width: materialColorsList.width + padding * 2
|
||||||
height: materialColorsList.height + padding * 2
|
height: materialColorsList.height + padding * 2
|
||||||
x: parent.width
|
x: parent.width
|
||||||
y: 0
|
y: -UM.Theme.getSize("default_lining").width
|
||||||
|
|
||||||
property int itemHovered: 0
|
property int itemHovered: 0
|
||||||
padding: background.border.width
|
padding: background.border.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue