We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57af8e8 commit 5fbf4a7Copy full SHA for 5fbf4a7
1 file changed
lib/src/tui/app.dart
@@ -704,13 +704,13 @@ class AppState extends State<CmdBridgeApp> {
704
705
return Row(
706
children: [
707
- Expanded(flex: 3, child: Padding(
+ Expanded(flex: 1, child: Padding(
708
padding: const EdgeInsets.all(1),
709
child: content,
710
)),
711
const SizedBox(width: 1),
712
Expanded(
713
- flex: 2,
+ flex: 1,
714
child: Container(
715
716
decoration: const BoxDecoration(
0 commit comments