Skip to content

Commit

Permalink
Decreased initial zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlegel81 committed Apr 13, 2023
1 parent 46ca555 commit 029ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiAdapters.inc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ CONSTRUCTOR T_uiAdapter.create(CONST selectionShape: TShape;
callback.boardModifiedCallback:=boardModifiedCallback;
callback.workspacePrototypeUpdated:=workspacePrototypeUpdated;
uiElement.boardImage.OnMouseWheel:=@boardImageMouseWheel;
zoom:=30;
zoom:=25;
state:=uas_initial;
wiringInBackground:=true;
end;
Expand Down

0 comments on commit 029ad55

Please sign in to comment.