From 40959cae09c321e353fdbcf052954be7fdca823a Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:46:01 +0530 Subject: [PATCH] [auth] Increase default window height --- auth/flutter | 2 +- auth/lib/services/window_listener_service.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/flutter b/auth/flutter index 68415ad1d9..2663184aa7 160000 --- a/auth/flutter +++ b/auth/flutter @@ -1 +1 @@ -Subproject commit 68415ad1d920f6fe5ec284f5c2febf7c4dd5b0b3 +Subproject commit 2663184aa79047d0a33a14a3b607954f8fdd8730 diff --git a/auth/lib/services/window_listener_service.dart b/auth/lib/services/window_listener_service.dart index 73f431116f..bb5d1cbcfa 100644 --- a/auth/lib/services/window_listener_service.dart +++ b/auth/lib/services/window_listener_service.dart @@ -6,7 +6,7 @@ import 'package:shared_preferences/shared_preferences.dart'; import 'package:window_manager/window_manager.dart'; class WindowListenerService { - static const double minWindowHeight = 320.0; + static const double minWindowHeight = 600.0; static const double minWindowWidth = 800.0; static const double maxWindowHeight = 8192.0; static const double maxWindowWidth = 8192.0;