Add label to indicate focusing ability

This commit is contained in:
Jaby 2025-04-02 22:10:36 +02:00
parent b487ca2591
commit ed4671698a
1 changed files with 7 additions and 0 deletions

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 {