diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-07-22 20:47:12 +0200 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-11-21 19:28:36 +0100 |
| commit | cc8ddde01be4460e6ae6364c9ac1118edabe03eb (patch) | |
| tree | 6cd7b64a33af3e5c3320dec613ea95fe470b9904 /components/AdvancedOptionsItem.qml | |
| parent | ecf5c501d61bf5f85fb69fd9136cd0235f97f7b8 (diff) | |
| download | monzero-gui-cc8ddde01be4460e6ae6364c9ac1118edabe03eb.tar.gz monzero-gui-cc8ddde01be4460e6ae6364c9ac1118edabe03eb.tar.xz monzero-gui-cc8ddde01be4460e6ae6364c9ac1118edabe03eb.zip | |
Transfer: fix button colors, font size, bold; use secondary button for advanced 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 } } |
