mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Merge pull request #21 from highjeans/master
fix location of back button on macOS
This commit is contained in:
commit
7b226c7e61
@ -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))),
|
||||
|
Loading…
Reference in New Issue
Block a user