aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/ButtonSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/ButtonSpecifics.qml')
-rw-r--r--src/imports/controls/designer/ButtonSpecifics.qml17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/imports/controls/designer/ButtonSpecifics.qml b/src/imports/controls/designer/ButtonSpecifics.qml
index 2014abf0..92ccefa3 100644
--- a/src/imports/controls/designer/ButtonSpecifics.qml
+++ b/src/imports/controls/designer/ButtonSpecifics.qml
@@ -41,22 +41,9 @@ import QtQuick.Layouts 1.0
Column {
width: parent.width
- Section {
- width: parent.width
+ ButtonSection {
caption: qsTr("Button")
-
- SectionLayout {
- Label {
- text: qsTr("Text")
- tooltip: qsTr("The text displayed on the button.")
- }
- SecondColumnLayout {
- LineEdit {
- backendValue: backendValues.text
- Layout.fillWidth: true
- }
- }
- }
+ width: parent.width
}
ControlSection {