improve navigation button usability

This commit is contained in:
Aleix Pol 2015-06-24 00:36:57 +02:00
parent 8915d770b6
commit d6c779c938

View file

@ -32,7 +32,8 @@ ApplicationWindow
toolBar: RowLayout {
Button {
text: "<"
iconName: "go-previous"
enabled: stack.depth>1
onClicked: stack.pop()
}
Label {