fix for one of the [#26854] UV issues

- add back UV X/Y number buttons, the report points out they are missing.
- set the 2D cursor's subtype to PROP_COORDS (so buttons say x/y now)
This commit is contained in:
2011-04-11 00:49:08 +00:00
parent e37dc17991
commit cfc2b0b01f
5 changed files with 17 additions and 24 deletions

View File

@@ -607,7 +607,9 @@ class IMAGE_PT_view_properties(bpy.types.Panel):
if show_uvedit:
col = layout.column()
col.prop(uvedit, "cursor_location")
col.label("Cursor Location")
row = col.row()
row.prop(uvedit, "cursor_location", text="")
col = layout.column()
col.label(text="UVs:")