瀏覽代碼

Increase max width of settings drawer

ashilkn 2 年之前
父節點
當前提交
a36f16fd85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/tabs/home_widget.dart

+ 1 - 1
lib/ui/tabs/home_widget.dart

@@ -300,7 +300,7 @@ class _HomeWidgetState extends State<HomeWidget> {
           //using a hack instead of enabling this as enabling this will create other problems
           drawer: enableDrawer
               ? ConstrainedBox(
-                  constraints: const BoxConstraints(maxWidth: 428),
+                  constraints: const BoxConstraints(maxWidth: 430),
                   child: Drawer(
                     width: double.infinity,
                     child: _settingsPage,