feat: removed wrong new line

This commit is contained in:
Hannes
2026-09-02 00:30:40 +02:00
parent 8eb08631f7
commit aea40a3e42
+1 -2
View File
@@ -35,8 +35,7 @@ Rectangle {
implicitWidth: screen.width/7
// implicitHeight: screen.height/7
implicitHeight: contentRowRectangle.height+(actionRowRectangle.visible?actionRowRectangle.height:0)+(inlineReplyRectangle.visible?inlineReplyRectangle.height:0)+(progressBar.visible?progressBar
.height:0)
implicitHeight: contentRowRectangle.height+(actionRowRectangle.visible?actionRowRectangle.height:0)+(inlineReplyRectangle.visible?inlineReplyRectangle.height:0)+(progressBar.visible?progressBar.height:0)
color: textBGColor
border.width: Config.border_width