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; } }