CWA-177 | added text alignment to the current node list tile in the settings page

This commit is contained in:
Oleksandr Sobol 2020-03-02 22:02:42 +02:00
parent 402b94a299
commit d3b3f079c6

View file

@ -79,6 +79,7 @@ class SettingsFormState extends State<SettingsForm> {
widget: Observer(
builder: (_) => Text(
settingsStore.node == null ? '' : settingsStore.node.uri,
textAlign: TextAlign.right,
style: TextStyle(
fontSize: 16.0,
color: