Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Feb 6, 2022
2 parents e666e25 + 7b226c7 commit 596fff4
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 596fff4

Please sign in to comment.