padding
This commit is contained in:
@@ -235,7 +235,10 @@ class _AiChatState extends State<AiChat> {
|
||||
_flutterTts.stop();
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
windowBody: Column(
|
||||
windowBody: SizedBox(
|
||||
width: double.infinity,
|
||||
// color: Colors.black,
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
Stack(
|
||||
@@ -294,6 +297,7 @@ class _AiChatState extends State<AiChat> {
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return MihAppWindow(
|
||||
|
||||
Reference in New Issue
Block a user