mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Merge branch 'master' of https://github.com/krtirtho/spotube
This commit is contained in:
commit
596fff4014
@ -61,7 +61,7 @@ class PageWindowTitleBar extends StatelessWidget
|
|||||||
children: [
|
children: [
|
||||||
if (Platform.isMacOS)
|
if (Platform.isMacOS)
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: MediaQuery.of(context).size.width * 0.07,
|
width: MediaQuery.of(context).size.width * 0.045,
|
||||||
),
|
),
|
||||||
if (leading != null) leading!,
|
if (leading != null) leading!,
|
||||||
Expanded(child: MoveWindow(child: Center(child: center))),
|
Expanded(child: MoveWindow(child: Center(child: center))),
|
||||||
|
Loading…
Reference in New Issue
Block a user