From 4c2725d07f03b704fb0e8c488bb61c6ebd6dd8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sverre=20Johann=20Bj=C3=B8rke?= Date: Wed, 13 Mar 2024 14:57:34 +0100 Subject: [PATCH] no-frame --- ui/mainwindow.slint | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/mainwindow.slint b/ui/mainwindow.slint index 46717ac..8e37802 100644 --- a/ui/mainwindow.slint +++ b/ui/mainwindow.slint @@ -36,6 +36,7 @@ export component MainWindow inherits Window { title: "Infoskjerm"; //TODO: Set programmatically? + no-frame: true; width: 576px; height: 1024px; background: #0C0C27;