Skip to content

Commit

Permalink
More spacing on top of the Landscape config form
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Aug 20, 2024
1 parent d9a81af commit c2bc89f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class LandscapeConfigForm extends StatelessWidget {
final lang = AppLocalizations.of(context);

return Padding(
padding: const EdgeInsets.symmetric(vertical: _kHeight),
padding: const EdgeInsets.symmetric(vertical: 2 * _kHeight),
// The FocusTraversalGroup is necessary to keep the tab navigation order wed expect:
// We ping-pong between the radio buttons and the form fields that belong to the selected radio button,
// by assigning odd NumericFocusOrder() values to the radio buttons (on the left) and even values to the form fields,
Expand Down

0 comments on commit c2bc89f

Please sign in to comment.