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:
authorMatt Ebb <matt@mke3.net>2009-11-10 06:48:02 +0300
committerMatt Ebb <matt@mke3.net>2009-11-10 06:48:02 +0300
commitad409e5c7e3a235ed93f6927d960583521bc8f7d (patch)
tree55fde92effabfd74d8e61e7deaf2f1248edd3c75 /source/blender/editors/space_buttons
parentd0cd641de34c571942d93afa07a8d54bd9d08a43 (diff)
* Small UI drawing tweaks, part of it allowing a bit of extra space for text in number fields
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/buttons_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c
index 47055851e03..71d5b59f253 100644
--- a/source/blender/editors/space_buttons/buttons_context.c
+++ b/source/blender/editors/space_buttons/buttons_context.c
@@ -764,7 +764,7 @@ void buttons_context_draw(const bContext *C, uiLayout *layout)
ptr= &path->ptr[a];
if(a != 0)
- uiDefIconBut(block, LABEL, 0, VICON_SMALL_TRI_RIGHT, 0, 0, 10, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
+ uiItemL(row, "", VICON_SMALL_TRI_RIGHT);
if(ptr->data) {
icon= RNA_struct_ui_icon(ptr->type);