minor change to own recent commit with transform fcurve centers and some style edits and typo corrections.

This commit is contained in:
2013-02-19 02:30:02 +00:00
parent 4e73ff0d63
commit 098e4234b1
11 changed files with 16 additions and 14 deletions

View File

@@ -1777,7 +1777,7 @@ static int image_new_exec(bContext *C, wmOperator *op)
/* XXX Note: the WM_operator_props_dialog_popup() doesn't work for uiIDContextProperty(), image is not being that way */
static int image_new_invoke(bContext *C, wmOperator *op, wmEvent *UNUSED(event))
{
return WM_operator_props_dialog_popup(C, op, 15*UI_UNIT_X, 5*UI_UNIT_Y);
return WM_operator_props_dialog_popup(C, op, 15 * UI_UNIT_X, 5 * UI_UNIT_Y);
}