mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-12 07:08:44 -05:00
[client] Increase width of responsive dialog
This commit is contained in:
@@ -23,7 +23,7 @@ Future showReponsiveDialog(BuildContext context, String title, WidgetBuilder bui
|
||||
return AlertDialog(
|
||||
title: Text(title),
|
||||
scrollable: true,
|
||||
content: SizedBox(width: 300, child: builder(context)),
|
||||
content: SizedBox(width: 360, child: builder(context)),
|
||||
actions: [
|
||||
ElevatedButton(onPressed: Navigator.of(context).pop, child: Text('OK')),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user