mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +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),
|
||||
Row(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: BaseTextFormField(
|
||||
controller: _pathController,
|
||||
hintText: "/path",
|
||||
validator: NodePathValidator(),
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
// if () ...[
|
||||
// SizedBox(height: 10.0),
|
||||
// Row(
|
||||
// children: <Widget>[
|
||||
// Expanded(
|
||||
// child: BaseTextFormField(
|
||||
// controller: _pathController,
|
||||
// hintText: "/path",
|
||||
// validator: NodePathValidator(),
|
||||
// ),
|
||||
// )
|
||||
// ],
|
||||
// ),
|
||||
// ],
|
||||
SizedBox(height: 10.0),
|
||||
Row(
|
||||
children: <Widget>[
|
||||
|
|
Loading…
Reference in a new issue