some info added to orgs dialog
This commit is contained in:
parent
cda3fc57e9
commit
9a5bfbaaf0
3 changed files with 10 additions and 3 deletions
|
@ -224,6 +224,13 @@ class FindOrganisations {
|
|||
),
|
||||
),
|
||||
),
|
||||
|
||||
Center(
|
||||
child : Container(
|
||||
padding: EdgeInsets.fromLTRB(0, 10, 0, 0),
|
||||
child : Text("Long press a payee for more info", style: TextStyle(fontStyle: FontStyle.italic)),
|
||||
),
|
||||
),
|
||||
] : [ Container() ],
|
||||
),
|
||||
|
||||
|
|
Reference in a new issue