Freestyle UI:

* Remove "Unit" prefix from line thickness property. (discussed with Tamito in IRC)
This commit is contained in:
Thomas Dinges
2013-04-07 10:23:48 +00:00
parent fd01e6736a
commit 551f0fa091
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
row = layout.row()
row.active = (rd.line_thickness_mode == 'ABSOLUTE')
row.prop(rd, "unit_line_thickness")
row.prop(rd, "line_thickness")
# Render layer properties