widget/configuration: correcting label constant
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user