RoomSidePane header buttons background
This commit is contained in:
parent
13d3f19997
commit
66e3a07401
|
@ -4,12 +4,27 @@ import "../../Base"
|
||||||
|
|
||||||
HDrawer {
|
HDrawer {
|
||||||
id: roomSidePane
|
id: roomSidePane
|
||||||
color: theme.chat.roomSidePane.background
|
|
||||||
edge: Qt.RightEdge
|
edge: Qt.RightEdge
|
||||||
normalSize: buttonRepeater.childrenImplicitWidth
|
normalSize: buttonRepeater.childrenImplicitWidth
|
||||||
minNormalSize:
|
minNormalSize:
|
||||||
buttonRepeater.count > 0 ? buttonRepeater.itemAt(0).implicitWidth : 0
|
buttonRepeater.count > 0 ? buttonRepeater.itemAt(0).implicitWidth : 0
|
||||||
|
|
||||||
|
background: HColumnLayout{
|
||||||
|
Rectangle {
|
||||||
|
color: theme.chat.roomSidePaneButtons.background
|
||||||
|
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.preferredHeight: theme.baseElementsHeight
|
||||||
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
color: theme.chat.roomSidePane.background
|
||||||
|
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.fillHeight: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
|
@ -297,6 +297,9 @@ chat:
|
||||||
color name: colors.text
|
color name: colors.text
|
||||||
color topic: colors.dimText
|
color topic: colors.dimText
|
||||||
|
|
||||||
|
roomSidePaneButtons:
|
||||||
|
color background: chat.roomHeader.background
|
||||||
|
|
||||||
roomSidePane:
|
roomSidePane:
|
||||||
color background: colors.mediumBackground
|
color background: colors.mediumBackground
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user