diff --git a/lib/src/widgets/left_menu.dart b/lib/src/widgets/left_menu.dart index b1e979c..5fa818b 100644 --- a/lib/src/widgets/left_menu.dart +++ b/lib/src/widgets/left_menu.dart @@ -52,7 +52,9 @@ class _LeftMenuState extends State with PreferencesMixin { title: Text("Quickgui $_version", style: const TextStyle(fontSize: 24.0, fontWeight: FontWeight.bold)), ), - const Divider(), + Container( + height: 4.0, + ), Padding( padding: const EdgeInsets.symmetric(horizontal: 16), child: Row( @@ -86,7 +88,9 @@ class _LeftMenuState extends State with PreferencesMixin { ], ), ), - const Divider(), + Container( + height: 4.0, + ), Padding( padding: const EdgeInsets.symmetric(horizontal: 16), child: Row(