improve navigation button usability
This commit is contained in:
parent
8915d770b6
commit
d6c779c938
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ ApplicationWindow
|
|||
|
||||
toolBar: RowLayout {
|
||||
Button {
|
||||
text: "<"
|
||||
iconName: "go-previous"
|
||||
enabled: stack.depth>1
|
||||
onClicked: stack.pop()
|
||||
}
|
||||
Label {
|
||||
|
|
Loading…
Reference in a new issue