Button alignment error in Particle panel (set 'static').

Appeared to be a missing check in the alignment code even. :)
This commit is contained in:
2006-06-22 12:25:28 +00:00
parent 75c6fe760f
commit 7f72afa650
2 changed files with 10 additions and 3 deletions

View File

@@ -2262,6 +2262,7 @@ static void object_panel_particles(Object *ob)
uiBut *but;
PartEff *paf= give_parteff(ob);
/* the panelname "Particles " has a space to exclude previous saved panel "Particles" */
block= uiNewBlock(&curarea->uiblocks, "object_panel_particles", UI_EMBOSS, UI_HELV, curarea->win);
if(uiNewPanel(curarea, block, "Particles ", "Physics", 320, 0, 318, 204)==0) return;