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-06-13 12:40:32 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-06-13 12:43:10 +0300
commit0bce173bc7e9bb6d6cac099d16a8b0f4471d3f63 (patch)
tree5219725a03b9baac1e4e2b40464c13c9a6f14e6f /source/blender/editors/include/UI_interface.h
parentdcf70dc1819caf08d2cedfadd568364cdf556eb8 (diff)
UI: remove empty space at the end of headers, tweak start/end spacing.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-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 547cfc65c09..e90286ed624 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -906,7 +906,7 @@ void UI_exit(void);
#define UI_ITEM_O_DEPRESS (1 << 9)
#define UI_ITEM_R_COMPACT (1 << 10)
-#define UI_HEADER_OFFSET_START ((void)0, 0.4f * UI_UNIT_X)
+#define UI_HEADER_OFFSET ((void)0, 0.2f * UI_UNIT_X)
/* uiLayoutOperatorButs flags */
enum {