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:
authorj.delarago <joeydelarago@gmail.com>2022-02-07 13:55:03 +0300
committerj.delarago <joeydelarago@gmail.com>2022-02-07 13:55:03 +0300
commit85973f4a1a52ac8a1d7df0e9837edf77a2f043b2 (patch)
treefe652e65728fb1889ab9d0762e26be2b904dc7c7 /plugins/PerObjectSettingsTool
parent31225d5b32c0b66244697636a250bfafea002ad2 (diff)
Center Align Checkbox in per model settings visibilty menu
Diffstat (limited to 'plugins/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/SettingPickDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PerObjectSettingsTool/SettingPickDialog.qml b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
index 5d8e1c332a..0b03ef5008 100644
--- a/plugins/PerObjectSettingsTool/SettingPickDialog.qml
+++ b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
@@ -64,6 +64,7 @@ UM.Dialog
{
top: parent.top
right: parent.right
+ verticalCenter: filterInput.verticalCenter
}
text: catalog.i18nc("@label:checkbox", "Show all")
}