Fix reply bar height

This commit is contained in:
miruka 2020-07-14 05:24:52 -04:00
parent e5f147e977
commit 5007a5d97c
3 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# TODO
- fix button layout
- fix power level control button layout when apply button is loading
- fix reply bar height
- joining new DM, not loading past events?
- joining new DM, not loading past events the first time?
- fix HLabeledItem disabled opacity
- save and restore status in accounts.json

View File

@ -31,6 +31,7 @@ Rectangle {
HLabel {
id: label
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
Layout.fillWidth: true
Layout.fillHeight: true

View File

@ -24,6 +24,8 @@ InfoBar {
backgroundColor: "transparent"
icon.name: "reply-cancel"
icon.color: theme.colors.negativeBackground
topPadding: 0
bottomPadding: 0
onClicked: cancel()
Layout.fillHeight: true