Fix reply bar height
This commit is contained in:
@@ -31,6 +31,7 @@ Rectangle {
|
||||
HLabel {
|
||||
id: label
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user