Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_userdef.c
| Context not available. | |||||
| "no matter opening direction"); | "no matter opening direction"); | ||||
| static const EnumPropertyItem header_align_items[] = { | static const EnumPropertyItem header_align_items[] = { | ||||
| {0, "NONE", 0, "Default", "Keep existing header alignment"}, | {0, "NONE", 0, "Keep Existing", "Keep existing header alignment"}, | ||||
| {USER_HEADER_FROM_PREF, "TOP", 0, "Top", "Top aligned on load"}, | {USER_HEADER_FROM_PREF, "TOP", 0, "Top", "Top aligned on load"}, | ||||
| {USER_HEADER_FROM_PREF | USER_HEADER_BOTTOM, | {USER_HEADER_FROM_PREF | USER_HEADER_BOTTOM, | ||||
| "BOTTOM", | "BOTTOM", | ||||
| Context not available. | |||||