Skip to content

Commit

Permalink
Merge pull request #21 from highjeans/master
Browse files Browse the repository at this point in the history
fix location of back button on macOS
  • Loading branch information
KRTirtho authored Feb 5, 2022
2 parents b378375 + f0f365c commit 7b226c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Shared/PageWindowTitleBar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
Expand Down

0 comments on commit 7b226c7

Please sign in to comment.