浏览代码

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,
     InheritedUserDetails inheritedUserDetails,
   ) {
   ) {
     return ConstrainedBox(
     return ConstrainedBox(
-      constraints: const BoxConstraints(maxWidth: 365),
+      constraints: const BoxConstraints(maxWidth: 350),
       child: AspectRatio(
       child: AspectRatio(
         aspectRatio: 2 / 1,
         aspectRatio: 2 / 1,
         child: Stack(
         child: Stack(