Skip to content

Commit

Permalink
Fix rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cadivus committed Oct 28, 2024
1 parent b7d8a5d commit 8a99e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_earable/lib/grid_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ class _InternalGridHomePage extends StatelessWidget {
precalculatedRows: precalculatedRows,
precalculatedColumns: precalculatedColumns,
children: [
Expanded(child: ConnectAndConfigure()),
Expanded(child: AudioAndLed()),
ConnectAndConfigure(),
AudioAndLed(),
...EarableDataChart.getAvailableDataCharts(
openEarable,
isV2,
Expand Down

0 comments on commit 8a99e6d

Please sign in to comment.