tgp/ui/main.slint
2025-06-25 20:12:24 +03:00

7 lines
158 B
Plaintext

export component App inherits Window {
preferred-width: 800px;
preferred-height: 1280px;
title: "Slint test";
background: Colors.royalblue;
}