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:
authorHans Goudey <h.goudey@me.com>2021-10-21 20:50:55 +0300
committerHans Goudey <h.goudey@me.com>2021-10-21 20:52:08 +0300
commit3858bf5c6fb4b40f6dc09312372d79e797da3750 (patch)
tree810d4f34d8e9a2fcf74fa7a2f42d8aca5cc13963 /source/blender/editors/include
parent7b9319adf90e1742873213abbcd9293c3c4c3749 (diff)
Cleanup: Use common define for menu separator arrow
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index ed132422d3b..00e96955fb4 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -96,6 +96,9 @@ typedef struct uiTreeViewItemHandle uiTreeViewItemHandle;
#define UI_SEP_CHAR '|'
#define UI_SEP_CHAR_S "|"
+/* Separator for text in search menus. */
+#define UI_MENU_ARROW_SEP "▶"
+
/* names */
#define UI_MAX_DRAW_STR 400
#define UI_MAX_NAME_STR 128