Add frame around the application view.

This commit is contained in:
2026-02-08 14:52:57 -05:00
parent 4bb4ce1882
commit 5f5b1a4d39
6 changed files with 23 additions and 9 deletions

View File

@@ -9,11 +9,12 @@ import clide.module 1.0
import Logger 1.0
Rectangle {
color: "#111"
color: RustColors.terminal_background
radius: 10
ListModel {
id: model
}
ListView {
id: listView