Change default implicitX for MaterialBrandSubMenu.

CURA-9522
This commit is contained in:
Joey de l'Arago 2023-01-02 10:21:43 +01:00
parent e99719a08f
commit bf30e69f08
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Popup
implicitHeight: scrollViewContent.height + bottomPadding + topPadding
// offset position relative to the parent
property int implicitX: parent.width
property int implicitX: parent.width - UM.Theme.getSize("default_lining").width
property int implicitY: -UM.Theme.getSize("thin_margin").height
default property alias contents: scrollViewContent.children