mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
text layout fix
This commit is contained in:
parent
0f7f5f70a5
commit
6fc41ab252
1 changed files with 48 additions and 47 deletions
|
@ -111,7 +111,8 @@ class _StartupWalletSelectionViewState
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 12,
|
width: 12,
|
||||||
),
|
),
|
||||||
Column(
|
Expanded(
|
||||||
|
child: Column(
|
||||||
mainAxisAlignment:
|
mainAxisAlignment:
|
||||||
MainAxisAlignment.spaceBetween,
|
MainAxisAlignment.spaceBetween,
|
||||||
crossAxisAlignment:
|
crossAxisAlignment:
|
||||||
|
@ -119,8 +120,8 @@ class _StartupWalletSelectionViewState
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
manager.walletName,
|
manager.walletName,
|
||||||
style:
|
style: STextStyles.titleBold12(
|
||||||
STextStyles.titleBold12(context),
|
context),
|
||||||
),
|
),
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 2,
|
// height: 2,
|
||||||
|
@ -158,7 +159,7 @@ class _StartupWalletSelectionViewState
|
||||||
// ),
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const Spacer(),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 20,
|
height: 20,
|
||||||
width: 20,
|
width: 20,
|
||||||
|
|
Loading…
Reference in a new issue