VoiletTftp/components/Window.slint
2025-08-05 23:28:35 +08:00

5 lines
117 B
Plaintext

export component MainWindow inherits Window {
height: 180px;
width: 320px;
title: "VoileTftpTools";
}