Pārlūkot izejas kodu

Increase max width of settings drawer

ashilkn 2 gadi atpakaļ
vecāks
revīzija
a36f16fd85
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,