ai: adjust chat input indicator spacing

This commit is contained in:
end-4
2025-07-29 16:42:18 +07:00
parent 26531401b0
commit a11e0a39d9
3 changed files with 7 additions and 7 deletions
@@ -9,8 +9,8 @@ Item { // Model indicator
property string icon: "api"
property string text: ""
property string tooltipText: ""
implicitHeight: rowLayout.implicitHeight + 5 * 2
implicitWidth: rowLayout.implicitWidth + 10 * 2
implicitHeight: rowLayout.implicitHeight + 4 * 2
implicitWidth: rowLayout.implicitWidth + 4 * 2
RowLayout {
id: rowLayout