image scale

This commit is contained in:
quantulr
2023-02-12 23:39:41 +08:00
parent b2e52d0539
commit 9261d482cf
7 changed files with 110 additions and 52 deletions

View File

@ -14,7 +14,7 @@ void main() async {
// Must add this line.
await windowManager.ensureInitialized();
WindowOptions windowOptions = const WindowOptions(
size: Size(800, 600),
size: Size(880, 600),
center: true,
minimumSize: Size(300, 400),
// backgroundColor: Colors.transparent,