diff --git a/lib/pages/main_page.dart b/lib/pages/main_page.dart index d2c5150..c9cbe4e 100644 --- a/lib/pages/main_page.dart +++ b/lib/pages/main_page.dart @@ -269,11 +269,17 @@ class _MainPageState extends State with WindowListener { if (!App.isDesktop) const Spacer(), if (App.isDesktop) const Expanded( - child: DragToMoveArea( + child: SizedBox( + height: double.infinity, + child: DragToMoveArea( + child: Align( + alignment: Alignment.centerLeft, child: Text( - "Pixes", - style: TextStyle(fontSize: 13), - )), + "Pixes", + style: TextStyle(fontSize: 13), + ), + )), + ), ), for (var action in controller.actions) Button(