Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-04-06 10:53:48 +0300
committerJaime van Kessel <nallath@gmail.com>2022-04-06 10:53:48 +0300
commit605280255f21c3e582f5d0af474a77b173cfd144 (patch)
tree4fa78c2781bdf035ac068bbcc967b5ae1f2cbcd9 /plugins/Marketplace/resources
parent3c6412d5d74a523641cbc7ac0ca2d7e67f3a6c79 (diff)
Use right enum for alignment
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/Marketplace.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/resources/qml/Marketplace.qml b/plugins/Marketplace/resources/qml/Marketplace.qml
index 324ff55e93..8fcba852bd 100644
--- a/plugins/Marketplace/resources/qml/Marketplace.qml
+++ b/plugins/Marketplace/resources/qml/Marketplace.qml
@@ -103,7 +103,7 @@ Window
{
implicitHeight: childrenRect.height
implicitWidth: parent.width - 2 * UM.Theme.getSize("default_margin").width
- Layout.alignment: Qt.AlignmentFlag.AlignHCenter
+ Layout.alignment: Qt.AlignHCenter
RowLayout
{
width: parent.width