Fix reply bar height
This commit is contained in:
parent
e5f147e977
commit
5007a5d97c
5
TODO.md
5
TODO.md
|
@ -1,9 +1,8 @@
|
||||||
# TODO
|
# 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 the first time?
|
||||||
- joining new DM, not loading past events?
|
|
||||||
- fix HLabeledItem disabled opacity
|
- fix HLabeledItem disabled opacity
|
||||||
|
|
||||||
- save and restore status in accounts.json
|
- save and restore status in accounts.json
|
||||||
|
|
|
@ -31,6 +31,7 @@ Rectangle {
|
||||||
HLabel {
|
HLabel {
|
||||||
id: label
|
id: label
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
|
@ -24,6 +24,8 @@ InfoBar {
|
||||||
backgroundColor: "transparent"
|
backgroundColor: "transparent"
|
||||||
icon.name: "reply-cancel"
|
icon.name: "reply-cancel"
|
||||||
icon.color: theme.colors.negativeBackground
|
icon.color: theme.colors.negativeBackground
|
||||||
|
topPadding: 0
|
||||||
|
bottomPadding: 0
|
||||||
onClicked: cancel()
|
onClicked: cancel()
|
||||||
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user