mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 08:39:46 +08:00
fix menu position
fix sc opt ui Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -305,10 +305,10 @@ class MyApp extends StatelessWidget {
|
||||
data: mediaQuery.copyWith(
|
||||
// Tell child the logical size it should layout to
|
||||
size: scaledSize,
|
||||
textScaler: textScaler,
|
||||
padding: mediaQuery.padding / uiScale,
|
||||
viewPadding: mediaQuery.viewPadding / uiScale,
|
||||
viewInsets: mediaQuery.viewInsets / uiScale,
|
||||
textScaler: textScaler,
|
||||
),
|
||||
// Use OverflowBox to let child layout to scaledSize,
|
||||
// then FittedBox scales it to fit actualSize
|
||||
|
||||
Reference in New Issue
Block a user