summaryrefslogtreecommitdiff
path: root/src/core/params.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-06 00:19:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-06 00:19:51 (GMT)
commitc5a2674cd52e4eea66154c6fea931d5cc5c1852e (patch)
treee2d5a66af15e32db2b545e917284ae64cdf876ab /src/core/params.h
parentd76e89e102aacfe945b44eb3150cb9f4bbf7b613 (diff)
Allowed to customize the size of tooltips over buffer views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@531 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/core/params.h')
-rw-r--r--src/core/params.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/params.h b/src/core/params.h
index 6598c00..53f7483 100644
--- a/src/core/params.h
+++ b/src/core/params.h
@@ -47,6 +47,7 @@
#define MPK_ELLIPSIS_TAB "gui.editor.panels.ellipsis_tab"
#define MPK_DISPLAY_ON_SEL "gui.editor.panels.display_on_selection"
#define MPK_SELECTION_LINE "gui.editor.views.selection_line"
+#define MPK_TOOLTIP_SIZE "gui.editor.views.tooltip_max_size"
#define MPK_KEYBINDINGS_EDIT "gui.key_bindings.global.edit"
#define MPK_AUTO_SAVE "project.autosave"