diff --git a/lib/app/utils/kr_window_manager.dart b/lib/app/utils/kr_window_manager.dart index 73e7c7f..89f4a96 100755 --- a/lib/app/utils/kr_window_manager.dart +++ b/lib/app/utils/kr_window_manager.dart @@ -26,7 +26,7 @@ class KRWindowManager with WindowListener, TrayListener { const WindowOptions windowOptions = WindowOptions( size: Size(800, 668), - minimumSize: Size(800, 668), + minimumSize: Size(400, 334), center: true, backgroundColor: Colors.white, skipTaskbar: false, diff --git a/pubspec.yaml b/pubspec.yaml index dac0f5f..22ad15f 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.0.1+1 +version: 0.0.1 environment: sdk: '>=3.5.0 <4.0.0'