Increase zoom level to 800%

This commit is contained in:
Jaby 2025-04-02 21:23:56 +02:00
parent a8ca3bf859
commit b3a666b5ea
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ export component MainTab inherits Rectangle {
} }
slider := Slider { slider := Slider {
minimum: 100.0; minimum: 100.0;
maximum: 400.0; maximum: 800.0;
step: 1.0; step: 1.0;
value: 100.0; value: 100.0;