Fixing back buttons

This commit is contained in:
Sarah Jamie Lewis 2019-02-12 20:25:20 -08:00
parent da41f0c515
commit 98b83cf51a
3 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@ ColumnLayout { // groupSettingsPane
StackToolbar {
id: toolbar
aux.visible: false
back.onClicked: theStack.pane = theStack.messagePane
}
Column {

View File

@ -25,6 +25,7 @@ ColumnLayout {
gcd.requestPeerSettings()
}
}
back.visible: false
}
RowLayout {

View File

@ -28,8 +28,6 @@ Rectangle { // OVERHEAD BAR ON STACK PANE
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: 6
visible: ratio >= 1.08 || windowItem.width < 500
onClicked: theStack.pane = theStack.emptyPane
}