Skip to content

Commit 9abdfd2

Browse files
authored
[auth] Increase default window height (#5039)
## Description ## Tests
2 parents 81ead3e + 40959ca commit 9abdfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/flutter

Submodule flutter updated 2038 files

auth/lib/services/window_listener_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:shared_preferences/shared_preferences.dart';
66
import 'package:window_manager/window_manager.dart';
77

88
class WindowListenerService {
9-
static const double minWindowHeight = 320.0;
9+
static const double minWindowHeight = 600.0;
1010
static const double minWindowWidth = 800.0;
1111
static const double maxWindowHeight = 8192.0;
1212
static const double maxWindowWidth = 8192.0;

0 commit comments

Comments
 (0)