diff --git a/lib/components/Shared/PageWindowTitleBar.dart b/lib/components/Shared/PageWindowTitleBar.dart index b299da40..d4a35e28 100644 --- a/lib/components/Shared/PageWindowTitleBar.dart +++ b/lib/components/Shared/PageWindowTitleBar.dart @@ -60,8 +60,8 @@ class PageWindowTitleBar extends StatelessWidget child: Row( children: [ if (Platform.isMacOS) - const SizedBox( - width: 150, + SizedBox( + width: MediaQuery.of(context).size.width * 0.07, ), if (leading != null) leading!, Expanded(child: MoveWindow(child: Center(child: center))), diff --git a/macos/Runner/Base.lproj/MainMenu.xib b/macos/Runner/Base.lproj/MainMenu.xib index 537341ab..edf65f76 100644 --- a/macos/Runner/Base.lproj/MainMenu.xib +++ b/macos/Runner/Base.lproj/MainMenu.xib @@ -22,11 +22,11 @@ - + - + - + @@ -40,7 +40,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -326,7 +326,7 @@ - +