mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
toolbar: adjust position of settings btn
This commit is contained in:
parent
10a3401e09
commit
1fbe7594bc
@ -76,7 +76,7 @@ ToolBar {
|
||||
|
||||
ToolButton {
|
||||
id: settingsBtn
|
||||
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
visible: !backBtn.visible && shouldShowSettings()
|
||||
onClicked: navigator.goToSettings()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user