mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 22:42:28 +00:00
Update scaling properties in CommunityStructureCanvas to allow for greater zoom levels, enhancing user interaction and flexibility in space management visualization.
This commit is contained in:
@ -475,8 +475,8 @@ class _CommunityStructureCanvasState extends State<CommunityStructureCanvas>
|
||||
horizontal: context.screenWidth * 0.3,
|
||||
vertical: context.screenHeight * 0.3,
|
||||
),
|
||||
minScale: 0.5,
|
||||
maxScale: 3.0,
|
||||
minScale: 0.1,
|
||||
maxScale: 4.0,
|
||||
constrained: false,
|
||||
child: SizedBox(
|
||||
width: context.screenWidth * 5,
|
||||
|
Reference in New Issue
Block a user