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 c4d6506dee
commit 85f9fdf7db

View File

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