mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
fix: Remove unnecessary padding
This commit is contained in:
parent
e402a020f6
commit
5f54057666
@ -130,7 +130,6 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
|
|||||||
alignment: WrapAlignment.center,
|
alignment: WrapAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
FlatButton(
|
FlatButton(
|
||||||
padding: EdgeInsets.all(8),
|
|
||||||
child: Text(
|
child: Text(
|
||||||
L10n.of(context).privacy,
|
L10n.of(context).privacy,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@ -141,7 +140,6 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
|
|||||||
onPressed: () => PlatformInfos.showDialog(context),
|
onPressed: () => PlatformInfos.showDialog(context),
|
||||||
),
|
),
|
||||||
FlatButton(
|
FlatButton(
|
||||||
padding: EdgeInsets.all(8),
|
|
||||||
child: Text(
|
child: Text(
|
||||||
L10n.of(context).about,
|
L10n.of(context).about,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
Loading…
Reference in New Issue
Block a user