fix overflow in dialogs
This commit is contained in:
parent
3871a6e765
commit
51f6d93de5
3 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class _MainScreenState extends State<MainScreen> {
|
|||
showDialog(
|
||||
context: context,
|
||||
builder: (_) => AlertDialog(
|
||||
scrollable: true,
|
||||
content: Text(AppLocalizations.of(context)!.optimizationMessage),
|
||||
actions: [
|
||||
TextButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue