some info added to orgs dialog

This commit is contained in:
Felix 2019-08-19 15:47:08 +01:00
parent cda3fc57e9
commit 9a5bfbaaf0
3 changed files with 10 additions and 3 deletions

View file

@ -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() ],
),