Fix visible room header overflow in small window
This commit is contained in:
parent
9585465461
commit
adc6fc4af5
|
@ -18,6 +18,13 @@ Rectangle {
|
||||||
HRowLayout {
|
HRowLayout {
|
||||||
id: row
|
id: row
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
visible: opacity > 0
|
||||||
|
|
||||||
|
// The layout overflows somehow when focusing the room pane and
|
||||||
|
// is visible behind it (with a transparent theme)
|
||||||
|
opacity: showPaneButtons && chat.roomPane.visible ? 0 : 1
|
||||||
|
|
||||||
|
Behavior on opacity { HNumberAnimation {} }
|
||||||
|
|
||||||
HButton {
|
HButton {
|
||||||
id: goToMainPaneButton
|
id: goToMainPaneButton
|
||||||
|
|
Loading…
Reference in New Issue
Block a user