Implement UI zooming

This commit is contained in:
miruka
2019-12-04 09:08:38 -04:00
parent 87a81ed1a7
commit 34e0ec7c7d
18 changed files with 61 additions and 31 deletions

View File

@@ -50,17 +50,19 @@ HColumnLayout {
placeholderText: qsTr("Filter members")
backgroundColor: theme.chat.roomSidePane.filterMembers.background
bordered: false
opacity: width >= 16 ? 1 : 0
onTextChanged: filterLimiter.restart()
Layout.fillWidth: true
Layout.fillHeight: true
Behavior on opacity { HOpacityAnimator {} }
}
HButton {
enabled: false // TODO
icon.name: "room-send-invite"
iconItem.dimension: parent.height - 10
topPadding: 0
bottomPadding: 0
toolTip.text: qsTr("Invite to this room")