sidebar: ai: fix shaky send button

This commit is contained in:
end-4
2026-03-27 22:56:15 +01:00
parent ae9de61b72
commit 69c5ac5cb3
@@ -497,10 +497,10 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
RowLayout { // Input field and send button RowLayout { // Input field and send button
id: inputFieldRowLayout id: inputFieldRowLayout
anchors { anchors {
top: attachedFileIndicator.bottom bottom: commandButtonsRow.top
left: parent.left left: parent.left
right: parent.right right: parent.right
topMargin: 5 bottomMargin: 5
} }
spacing: 0 spacing: 0