mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Improve styling of reply popup
This commit is contained in:
parent
3319e0ec20
commit
c2e0aee193
1 changed files with 2 additions and 11 deletions
|
@ -223,18 +223,9 @@ Item {
|
||||||
visible: timelineManager.replyingEvent && chat.model
|
visible: timelineManager.replyingEvent && chat.model
|
||||||
width: parent.width
|
width: parent.width
|
||||||
// Height of child, plus margins, plus border
|
// Height of child, plus margins, plus border
|
||||||
height: replyContent.height + 10 + 1
|
height: replyContent.height + 10
|
||||||
color: colors.window
|
color: colors.dark
|
||||||
|
|
||||||
// For a border on the top.
|
|
||||||
Rectangle {
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.right: parent.right
|
|
||||||
height: 1
|
|
||||||
width: parent.width
|
|
||||||
color: colors.mid
|
|
||||||
}
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: replyContent
|
id: replyContent
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in a new issue