:3
This commit is contained in:
6
ui/main.slint
Normal file
6
ui/main.slint
Normal file
@@ -0,0 +1,6 @@
|
||||
export component App inherits Window {
|
||||
preferred-width: 800px;
|
||||
preferred-height: 1280px;
|
||||
title: "Slint test";
|
||||
background: Colors.royalblue;
|
||||
}
|
||||
Reference in New Issue
Block a user