Skip to content

Commit f0f365c

Browse files
authored
fix location of back button on macOS
1 parent b378375 commit f0f365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/Shared/PageWindowTitleBar.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class PageWindowTitleBar extends StatelessWidget
6161
children: [
6262
if (Platform.isMacOS)
6363
SizedBox(
64-
width: MediaQuery.of(context).size.width * 0.07,
64+
width: MediaQuery.of(context).size.width * 0.045,
6565
),
6666
if (leading != null) leading!,
6767
Expanded(child: MoveWindow(child: Center(child: center))),

0 commit comments

Comments
 (0)