mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 06:44:45 +08:00
fix
This commit is contained in:
@ -43,7 +43,7 @@ class LocalizationFromFileDialogUI extends HookConsumerWidget {
|
||||
return ContentDialog(
|
||||
constraints: BoxConstraints(
|
||||
maxWidth: selectedStringBuffer.value == null
|
||||
? 420
|
||||
? MediaQuery.of(context).size.width * .5
|
||||
: MediaQuery.of(context).size.width * .75,
|
||||
maxHeight: MediaQuery.of(context).size.height * .8,
|
||||
),
|
||||
|
Reference in New Issue
Block a user