Disable invite and room sidepane expand icon

Their functions are not implemented yet.
This commit is contained in:
miruka 2019-08-27 19:50:24 -04:00
parent 0a0e11e1f4
commit eb11e7a13a
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- Make all icon SVG files white/black, since we can now use ColorOverlay
- Make the icon blue in EditAccount when hovering and no avatar set
- Remove the filled theme
- Have a default background
- Use [Animators](https://doc.qt.io/qt-5/qml-qtquick-animator.html)
- Choose a better default easing type for animations

View File

@ -103,6 +103,7 @@ HRectangle {
anchors.right: parent.right
opacity: collapseButtons ? 1 : 0
visible: opacity > 0
enabled: false // TODO
backgroundColor: "transparent"
icon.name: "reduced-room-buttons"

View File

@ -57,6 +57,7 @@ HColumnLayout {
}
HButton {
enabled: false // TODO
icon.name: "room-send-invite"
iconItem.dimension: parent.height - 10
topPadding: 0