Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-20 15:37:31 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-20 15:39:49 +0300
commit129b8833c6619ad0b4389d28eed6c8dc015ad23c (patch)
treeea5a1e47d50e2b6e87777acb4297b9cc994cc468 /source/blender/editors/include
parentfc181d855eee3f8217987e303971a89f7b5494ab (diff)
UI: increase spacing at sides of headers, to avoid region split zone overlap.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index d0d2b83f7cc..dd0070b3b37 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -938,7 +938,7 @@ void UI_exit(void);
#define UI_ITEM_O_DEPRESS (1 << 9)
#define UI_ITEM_R_COMPACT (1 << 10)
-#define UI_HEADER_OFFSET ((void)0, 0.2f * UI_UNIT_X)
+#define UI_HEADER_OFFSET ((void)0, 0.4f * UI_UNIT_X)
/* uiLayoutOperatorButs flags */
enum {