Merge pull request #31902 from YeldhamDev/ruler_icon
Add icon for the ruler tool
This commit is contained in:
commit
d03ce5c227
2 changed files with 6 additions and 1 deletions
5
editor/icons/icon_ruler.svg
Normal file
5
editor/icons/icon_ruler.svg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g transform="translate(0 -292.77)">
|
||||||
|
<path transform="matrix(.26458 0 0 .26458 0 292.77)" d="m1 1v7.5 6.5h14l-14-14zm3 7 4 4h-4v-4z" fill="#e0e0e0"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 268 B |
|
@ -3663,7 +3663,7 @@ void CanvasItemEditor::_notification(int p_what) {
|
||||||
snap_config_menu->set_icon(get_icon("GuiMiniTabMenu", "EditorIcons"));
|
snap_config_menu->set_icon(get_icon("GuiMiniTabMenu", "EditorIcons"));
|
||||||
skeleton_menu->set_icon(get_icon("Bone", "EditorIcons"));
|
skeleton_menu->set_icon(get_icon("Bone", "EditorIcons"));
|
||||||
pan_button->set_icon(get_icon("ToolPan", "EditorIcons"));
|
pan_button->set_icon(get_icon("ToolPan", "EditorIcons"));
|
||||||
ruler_button->set_icon(get_icon("LineEdit", "EditorIcons")); //Needs a new icon.
|
ruler_button->set_icon(get_icon("Ruler", "EditorIcons"));
|
||||||
pivot_button->set_icon(get_icon("EditPivot", "EditorIcons"));
|
pivot_button->set_icon(get_icon("EditPivot", "EditorIcons"));
|
||||||
select_handle = get_icon("EditorHandle", "EditorIcons");
|
select_handle = get_icon("EditorHandle", "EditorIcons");
|
||||||
anchor_handle = get_icon("EditorControlAnchor", "EditorIcons");
|
anchor_handle = get_icon("EditorControlAnchor", "EditorIcons");
|
||||||
|
|
Loading…
Reference in a new issue