aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/ControlSection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/ControlSection.qml')
-rw-r--r--src/imports/controls/designer/ControlSection.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/imports/controls/designer/ControlSection.qml b/src/imports/controls/designer/ControlSection.qml
index e026d620..0d7a07d2 100644
--- a/src/imports/controls/designer/ControlSection.qml
+++ b/src/imports/controls/designer/ControlSection.qml
@@ -67,19 +67,5 @@ Section {
Layout.fillWidth: true
}
}
-
- Label {
- text: qsTr("Direction")
- tooltip: qsTr("Layout direction of the control.")
- }
- SecondColumnLayout {
- ComboBox {
- backendValue: backendValues.layoutDirection
- implicitWidth: 180
- model: [ "LeftToRight", "RightToLeft" ]
- scope: "Qt"
- Layout.fillWidth: true
- }
- }
}
}