Projects: Finalize tool #24

Merged
cody merged 6 commits from topic/jb/finalize_tim into main 2025-04-05 20:00:24 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit ed4671698a - Show all commits

View File

@ -181,6 +181,13 @@ export component MainTab inherits Rectangle {
} }
} }
} }
HorizontalLayout {
padding: 4px;
alignment: center;
Text {
text: "Right click to focus element on screen";
}
}
HorizontalLayout { HorizontalLayout {
padding: 4px; padding: 4px;
Button { Button {