Explorar o código

Increase max width of settings drawer

ashilkn %!s(int64=2) %!d(string=hai) anos
pai
achega
a36f16fd85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,