Switch button position on password modal

Buttons are the wrong way around (against convention)

Not tested.
This commit is contained in:
taushet 2016-11-02 14:32:14 +01:00 committed by GitHub
parent 6c6b10855f
commit 8dfba676f4

View file

@ -37,7 +37,7 @@ import QtQuick.Controls.Styles 1.4
Dialog { Dialog {
id: root id: root
property alias password: passwordInput.text property alias password: passwordInput.text
standardButtons: StandardButton.Ok + StandardButton.Cancel standardButtons: StandardButton.Cancel + StandardButton.Ok
ColumnLayout { ColumnLayout {
id: column id: column
anchors.fill: parent anchors.fill: parent