diff --git a/lib/components/Shared/PageWindowTitleBar.dart b/lib/components/Shared/PageWindowTitleBar.dart index d4a35e28..8ee4a42d 100644 --- a/lib/components/Shared/PageWindowTitleBar.dart +++ b/lib/components/Shared/PageWindowTitleBar.dart @@ -61,7 +61,7 @@ class PageWindowTitleBar extends StatelessWidget children: [ if (Platform.isMacOS) SizedBox( - width: MediaQuery.of(context).size.width * 0.07, + width: MediaQuery.of(context).size.width * 0.045, ), if (leading != null) leading!, Expanded(child: MoveWindow(child: Center(child: center))),