mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
Merge branch 'themescroller' into ui-fixes
This commit is contained in:
commit
81c7b9f244
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@ class _AppearanceOptionSettings
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
debugPrint("BUILD: $runtimeType");
|
||||
return Column(
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
children: [
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(
|
||||
|
@ -145,7 +146,7 @@ class _AppearanceOptionSettings
|
|||
),
|
||||
),
|
||||
],
|
||||
);
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue