mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 04:44:43 +00:00
chore: node path
This commit is contained in:
parent
551c457c76
commit
7f792fcd60
1 changed files with 14 additions and 12 deletions
|
@ -95,18 +95,20 @@ class NodeForm extends StatelessWidget {
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(height: 10.0),
|
// if () ...[
|
||||||
Row(
|
// SizedBox(height: 10.0),
|
||||||
children: <Widget>[
|
// Row(
|
||||||
Expanded(
|
// children: <Widget>[
|
||||||
child: BaseTextFormField(
|
// Expanded(
|
||||||
controller: _pathController,
|
// child: BaseTextFormField(
|
||||||
hintText: "/path",
|
// controller: _pathController,
|
||||||
validator: NodePathValidator(),
|
// hintText: "/path",
|
||||||
),
|
// validator: NodePathValidator(),
|
||||||
)
|
// ),
|
||||||
],
|
// )
|
||||||
),
|
// ],
|
||||||
|
// ),
|
||||||
|
// ],
|
||||||
SizedBox(height: 10.0),
|
SizedBox(height: 10.0),
|
||||||
Row(
|
Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
Loading…
Reference in a new issue