Update ui/app/AppLayouts/Chat/CommunityComponents/CommunityChannel.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
033149c03c
commit
bd6e9e3007
|
@ -15,10 +15,7 @@ Rectangle {
|
||||||
visible: categoryId == ""
|
visible: categoryId == ""
|
||||||
height: visible ? 52 : 0
|
height: visible ? 52 : 0
|
||||||
width: 425
|
width: 425
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 0
|
|
||||||
anchors.rightMargin: 0
|
|
||||||
border.width: 0
|
border.width: 0
|
||||||
radius: Style.current.radius
|
radius: Style.current.radius
|
||||||
color: isHovered ? Style.current.backgroundHover : Style.current.transparent
|
color: isHovered ? Style.current.backgroundHover : Style.current.transparent
|
||||||
|
|
Loading…
Reference in New Issue