sidebar: ai: add a border around attached image

This commit is contained in:
end-4
2025-08-22 21:31:34 +07:00
parent 4065142830
commit 87c95f7a7f
2 changed files with 9 additions and 0 deletions
@@ -145,6 +145,14 @@ Rectangle {
radius: Appearance.rounding.normal
}
}
Rectangle {
anchors.fill: parent
color: "transparent"
border.width: 1
border.color: Appearance.colors.colOutlineVariant
radius: Appearance.rounding.normal
}
}
}
}