Skip to content

Commit

Permalink
Forgot to set the width
Browse files Browse the repository at this point in the history
  • Loading branch information
MADMAN-Modding committed Jun 30, 2024
1 parent 58f4fd0 commit e2b2d68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/lib/pages/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,12 @@ class _ControlsPage extends State<ConfigPage> {
Padding(
padding: const EdgeInsets.all(8.0),
child: Row(
children: [Image.file(logo.file)],
children: [
Image.file(
logo.file,
width: 400,
)
],
),
)
],
Expand Down

0 comments on commit e2b2d68

Please sign in to comment.