No background for room header pane buttons
This commit is contained in:
parent
9981dfd682
commit
9585465461
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user