From c5386eccd5496dc81329f052230f9d0434a536f0 Mon Sep 17 00:00:00 2001 From: Jaby Date: Tue, 11 Mar 2025 20:49:37 +0100 Subject: [PATCH] Proper handling of non existing project page --- src/Tools/tim_tool/ui/tab/file-tab.slint | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Tools/tim_tool/ui/tab/file-tab.slint b/src/Tools/tim_tool/ui/tab/file-tab.slint index a9a9e078..bb0a78ba 100644 --- a/src/Tools/tim_tool/ui/tab/file-tab.slint +++ b/src/Tools/tim_tool/ui/tab/file-tab.slint @@ -7,7 +7,10 @@ export enum State { component ProjectWidget inherits Rectangle { Text { - text: "!!Planschbecken!!"; + text: "Projects not supported yet"; + color: #FF0000; + font-size: 30pt; + font-weight: 800; } }