Creation of TIM Tool #15

Merged
jaby merged 32 commits from topic/jb/tim_tool/slint-test into main 2025-02-16 21:26:32 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 4b46683a99 - Show all commits

View File

@ -29,6 +29,9 @@ component VRAMArea inherits Rectangle {
}
export component MainWindow inherits Window {
min-width: 1024px;
min-height: 640px;
VRAMArea {
x: 0;
y: 0;