Skip to content

Commit

Permalink
Changed default size of network alerts widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 25, 2023
1 parent 87757cc commit 4e597de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/network_tree/tree_row.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ class TreeRow {
width = normalGridSize * 2;
height = normalGridSize * 3;
} else if (primary is NetworkAlerts) {
width = normalGridSize * 3;
height = normalGridSize * 2;
width = normalGridSize * 2;
height = normalGridSize * 3;
}

return WidgetContainer(
Expand Down

0 comments on commit 4e597de

Please sign in to comment.