Various GUI improvements #19

Merged
jaby merged 5 commits from topic/jb/gui-improvements into main 2025-03-12 18:42:19 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit c5386eccd5 - Show all commits

View File

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