From 30a0d68b0d111f5b3801151d1958a217998a873f Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 3 Jan 2023 10:36:11 -0700 Subject: [PATCH] Restore design tweaks with giza --- lib/ui/wonder_illustrations/pyramids_giza_illustration.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/wonder_illustrations/pyramids_giza_illustration.dart b/lib/ui/wonder_illustrations/pyramids_giza_illustration.dart index 15c05604..af1e9436 100644 --- a/lib/ui/wonder_illustrations/pyramids_giza_illustration.dart +++ b/lib/ui/wonder_illustrations/pyramids_giza_illustration.dart @@ -54,8 +54,8 @@ class PyramidsGizaIllustration extends StatelessWidget { enableHero: true, heightFactor: .5, minHeight: 300, - zoomAmt: 0, //config.shortMode ? -.2 : -2, - fractionalOffset: Offset.zero, //Offset(config.shortMode ? .015 : 0, config.shortMode ? .17 : -.15), + zoomAmt: config.shortMode ? -.2 : -2, + fractionalOffset: Offset(config.shortMode ? .015 : 0, config.shortMode ? .17 : -.15), ) ]; }