widget/configuration: correcting label constant

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-11-05 20:10:16 +01:00
parent 70bd6b8b8d
commit be9b8b1a1c

View File

@@ -56,7 +56,7 @@ impl Template for ConfigurationView {
)
.child(
TextBlock::new()
.id(ID_CONFIGURATION_CONFIG_FILE)
.id(ID_CONFIGURATION_LABEL_CONFIG_FILE)
.attach(Grid::column(0))
.attach(Grid::row(2))
.v_align("center")