Преглед изворни кода

change incorrect box constrain for storage card

ashilkn пре 2 година
родитељ
комит
91c5ef307e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/ui/settings/details_section_widget.dart

+ 1 - 1
lib/ui/settings/details_section_widget.dart

@@ -79,7 +79,7 @@ class _DetailsSectionWidgetState extends State<DetailsSectionWidget> {
     InheritedUserDetails inheritedUserDetails,
   ) {
     return ConstrainedBox(
-      constraints: const BoxConstraints(maxWidth: 365),
+      constraints: const BoxConstraints(maxWidth: 350),
       child: AspectRatio(
         aspectRatio: 2 / 1,
         child: Stack(