No background for room header pane buttons

This commit is contained in:
miruka 2020-03-17 18:06:19 -04:00
parent 9981dfd682
commit 9585465461

View File

@ -23,6 +23,7 @@ Rectangle {
id: goToMainPaneButton id: goToMainPaneButton
padded: false padded: false
visible: Layout.preferredWidth > 0 visible: Layout.preferredWidth > 0
backgroundColor: "transparent"
icon.name: "go-back-to-main-pane" icon.name: "go-back-to-main-pane"
toolTip.text: qsTr("Go back to main pane") toolTip.text: qsTr("Go back to main pane")
@ -118,6 +119,7 @@ Rectangle {
id: goToRoomPaneButton id: goToRoomPaneButton
padded: false padded: false
visible: goToMainPaneButton.visible visible: goToMainPaneButton.visible
backgroundColor: "transparent"
icon.name: "go-to-room-pane" icon.name: "go-to-room-pane"
toolTip.text: qsTr("Go to room pane") toolTip.text: qsTr("Go to room pane")