Skip to content

Commit

Permalink
Update ui_panels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chsh2 committed Aug 4, 2024
1 parent d102b57 commit c51c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_panels.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def panel_io(panel, context):

layout.label(text="Paste from Clipboard:")
row = layout.row()
row.operator("gpencil.nijigp_paste_svg", text="SVG", icon="PASTEDOWN")
row.operator("gpencil.nijigp_paste_svg", text="SVG Code", icon="PASTEDOWN")
row.operator("gpencil.nijigp_paste_swatch", text="Swatches", icon="PASTEDOWN")

layout.label(text="Image Vectorization:")
Expand Down

0 comments on commit c51c6c2

Please sign in to comment.