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:
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index 482fb4448e6..fbb24c48d5f 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -119,7 +119,7 @@ void meshactionbuts(SpaceAction *saction, Key *key)
uiBlock *block;
uiBut *but;
short ofsx, ofsy = 0;
-#define RVKBGCOL .6, .6, .8
+#define RVKBGCOL .6, .65, .7
#define XIC 20
#define YIC 20
@@ -139,7 +139,7 @@ void meshactionbuts(SpaceAction *saction, Key *key)
y = key->totkey*(CHANNELHEIGHT+CHANNELSKIP)
- CHANNELHEIGHT/2 - G.v2d->cur.ymin;
- uiBlockSetCol(block, BUTPURPLE);
+ uiBlockSetCol(block, BUTGREY);
/* make the little 'open the sliders' widget */
glColor3f(RVKBGCOL);