Add Image node icon and rename node from Path to Shape

This commit is contained in:
Keavon Chambers
2022-03-05 23:51:59 -08:00
parent f9012060db
commit 7b4b0ff06e
6 changed files with 12 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ fn register_layer_properties(layer: &Layer, responses: &mut VecDeque<Message>) {
gap_after: true,
})),
LayerDataType::Shape(_) => WidgetHolder::new(Widget::IconLabel(IconLabel {
icon: "NodePath".into(),
icon: "NodeShape".into(),
gap_after: true,
})),
LayerDataType::Text(_) => WidgetHolder::new(Widget::IconLabel(IconLabel {