widgets: policycheck_view: hinting NumericBox, typo correction
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -240,7 +240,9 @@ impl Template for PolicyCheckView {
|
|||||||
)
|
)
|
||||||
.build(ctx);
|
.build(ctx);
|
||||||
|
|
||||||
let _policy_check_numeric_box = NumericBox::new()
|
// WIP: this widget type should handle our target natively
|
||||||
|
// but it isn't able to get textinput ... yet
|
||||||
|
let _policy_check_numeric_box = NumericBox::new()
|
||||||
.id(ID_POLICY_CHECK_POLICY_NUMBER)
|
.id(ID_POLICY_CHECK_POLICY_NUMBER)
|
||||||
.h_align("start")
|
.h_align("start")
|
||||||
.width(100)
|
.width(100)
|
||||||
@@ -305,7 +307,7 @@ impl Template for PolicyCheckView {
|
|||||||
// row 3: Sum HashMap elements
|
// row 3: Sum HashMap elements
|
||||||
.child(policy_data_count_block)
|
.child(policy_data_count_block)
|
||||||
|
|
||||||
// row 4: Policy Check BOttom
|
// row 4: Policy Check Bottom
|
||||||
.child(policy_check_bottom_bar)
|
.child(policy_check_bottom_bar)
|
||||||
.build(ctx),
|
.build(ctx),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user