Add padding
This commit is contained in:
parent
79224c6d1a
commit
f8198033bb
|
|
@ -557,7 +557,10 @@ class _EntityNumberSettingsState extends State<EntityNumberSettings> {
|
||||||
padding:
|
padding:
|
||||||
const EdgeInsets.only(left: 16, top: 20, right: 16, bottom: 8),
|
const EdgeInsets.only(left: 16, top: 20, right: 16, bottom: 8),
|
||||||
child: OutlinedButton(
|
child: OutlinedButton(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 10),
|
||||||
child: Text(localization.viewDateFormats.toUpperCase()),
|
child: Text(localization.viewDateFormats.toUpperCase()),
|
||||||
|
),
|
||||||
onPressed: () => launchUrl(
|
onPressed: () => launchUrl(
|
||||||
Uri.parse('https://www.php.net/manual/en/datetime.format.php')),
|
Uri.parse('https://www.php.net/manual/en/datetime.format.php')),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue