Todo item: defaulting newly created Property editors to vertical.

(At least until horizontal layouts work acceptable)
This commit is contained in:
Ton Roosendaal
2011-03-09 15:12:33 +00:00
parent 4fc83c8efa
commit f0b40cbd0d

View File

@@ -68,7 +68,7 @@ static SpaceLink *buttons_new(const bContext *UNUSED(C))
sbuts= MEM_callocN(sizeof(SpaceButs), "initbuts");
sbuts->spacetype= SPACE_BUTS;
sbuts->align= BUT_AUTO;
sbuts->align= BUT_VERTICAL;
/* header */
ar= MEM_callocN(sizeof(ARegion), "header for buts");