From 4acb5214409d4bba4b58ffee7d8cf71c28c2693a Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 13 Jan 2023 15:53:45 +0100 Subject: Fix broken dash pattern editor layout Change-Id: Ie09281401a70957f28e5bd880f628e63223f088f Reviewed-by: Thomas Hartmann --- src/imports/components/designer/DashPatternEditor.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/imports/components/designer/DashPatternEditor.qml b/src/imports/components/designer/DashPatternEditor.qml index fad1c61..79eff11 100644 --- a/src/imports/components/designer/DashPatternEditor.qml +++ b/src/imports/components/designer/DashPatternEditor.qml @@ -96,11 +96,6 @@ GridLayout { function onSelectionChanged() { parseExpression() } } - ExtendedFunctionLogic { - id: extFuncLogic - backendValue: root.backendValue - } - ActionIndicator { id: actionIndicator myControl: dash01 @@ -109,6 +104,11 @@ GridLayout { icon.text: extFuncLogic.glyph enabled: root.enableEditors onClicked: extFuncLogic.show() + + ExtendedFunctionLogic { + id: extFuncLogic + backendValue: root.backendValue + } } DoubleSpinBox { -- cgit v1.2.3