From 9fc79a403374d06a23080df6249c207357009716 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 6 Jul 2018 13:46:26 +0200 Subject: UI: disable broken horizontal properties editor alignment. --- source/blender/makesdna/DNA_space_types.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index bbfbf660774..d6d043b03ae 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -138,8 +138,8 @@ typedef struct SpaceButs { short space_subtype; short mainb, mainbo, mainbuser; /* context tabs */ - short re_align, align; /* align for panels */ short preview; /* preview is signal to refresh */ + short pad[2]; char flag; char collection_context; @@ -213,14 +213,6 @@ typedef enum eSpaceButtons_Flag { SB_SHADING_CONTEXT = (1 << 4), } eSpaceButtons_Flag; -/* SpaceButs.align */ -typedef enum eSpaceButtons_Align { - BUT_FREE = 0, - BUT_HORIZONTAL = 1, - BUT_VERTICAL = 2, - BUT_AUTO = 3, -} eSpaceButtons_Align; - /** \} */ /* -------------------------------------------------------------------- */ -- cgit v1.2.3