mod: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-13 13:35:33 +08:00
parent 94d055610e
commit 1b71fd4ca6
7 changed files with 6 additions and 3 deletions

View File

@@ -390,7 +390,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
double targetScale = widget.minScale;
if (currentScale <= widget.minScale) {
targetScale = widget.maxScale * 0.7;
targetScale = widget.maxScale * 0.4;
}
double offSetX = targetScale == 1.0