File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ const kP8CollectionPane = EdgeInsets.only(
90
90
//right: 4.0,
91
91
// bottom: 8.0,
92
92
);
93
+ const kPb10 = EdgeInsets .only (
94
+ bottom: 10 ,
95
+ );
93
96
const kPr8CollectionPane = EdgeInsets .only (right: 8.0 );
94
97
const kpsV5 = EdgeInsets .symmetric (vertical: 2 );
95
98
const kHSpacer4 = SizedBox (width: 4 );
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class SettingsPage extends ConsumerWidget {
61
61
},
62
62
),
63
63
ListTile (
64
- contentPadding: EdgeInsets .zero ,
64
+ contentPadding: kPb10 ,
65
65
hoverColor: kColorTransparent,
66
66
title: const Text ('Default URI Scheme' ),
67
67
subtitle: Text (
@@ -82,7 +82,7 @@ class SettingsPage extends ConsumerWidget {
82
82
}).toList ()),
83
83
),
84
84
ListTile (
85
- contentPadding: EdgeInsets .zero ,
85
+ contentPadding: kPb10 ,
86
86
hoverColor: kColorTransparent,
87
87
title: const Text ('Default Code Generator' ),
88
88
trailing: DropdownMenu (
You can’t perform that action at this time.
0 commit comments