Skip to content

Commit

Permalink
fix: ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Mar 17, 2024
1 parent 3cb0d2c commit f64a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/pages/server_select_overlay.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ServerSelectOverlayState extends State<ServerSelectOverlay>
_current = context.read<MainBloc>().state.currentServer;
}

double _height = double.negativeInfinity;
double _height = double.maxFinite;
ServerConfig? _current;
ServerConfig? _selected;
bool _preloginSettings = false;
Expand Down

0 comments on commit f64a1a4

Please sign in to comment.