- added to Constraint panel the 'Active Bone' or 'Active Object', like

previously was drawn in constraint buttons header.
- cleaned up buttons in panels for manual... just nicer aligning.
This commit is contained in:
2003-11-23 12:22:59 +00:00
parent 86a236b029
commit de77f47ac7
6 changed files with 294 additions and 244 deletions

View File

@@ -552,6 +552,8 @@ void ui_autofill(uiBlock *block)
but= block->buttons.first;
lasti= -1;
while(but) {
// signal for aligning code
but->flag |= UI_BUT_ALIGN_DOWN;
i= but->x1;
@@ -576,6 +578,8 @@ void ui_autofill(uiBlock *block)
but= but->next;
}
uiBlockEndAlign(block);
MEM_freeN(maxw); MEM_freeN(maxh);
block->autofill= 0;
}