diff options
Diffstat (limited to 'components/AdvancedOptionsItem.qml')
| -rw-r--r-- | components/AdvancedOptionsItem.qml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/components/AdvancedOptionsItem.qml b/components/AdvancedOptionsItem.qml index 2f3c095a..d43944e8 100644 --- a/components/AdvancedOptionsItem.qml +++ b/components/AdvancedOptionsItem.qml @@ -37,27 +37,30 @@ RowLayout { Layout.fillWidth: false Layout.alignment: Qt.AlignTop | Qt.AlignLeft spacing: 4 - + RowLayout { Layout.fillWidth: false spacing: 12 Layout.alignment: Qt.AlignTop | Qt.AlignLeft - + StandardButton { id: button1 small: true + primary: false visible: button1.text } - + StandardButton { id: button2 small: true + primary: false visible: button2.text } - + StandardButton { id: button3 small: true + primary: false visible: button3.text } } |
