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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-09-24 01:45:12 +0400
committerTon Roosendaal <ton@blender.org>2003-09-24 01:45:12 +0400
commita5114211ce53025909c2606a15409bea42872a33 (patch)
tree9202f4af1429a74b90b82e4aa279cc6c9d3df523 /source
parent482cb5e7a8df369cbd955cfd362678eb6b58ec32 (diff)
- buttons align 1 pixel better!
(also forgot in last commit; this envmap work was mostly from Intrr. :) cvs: ----------------------------------------------------------------------
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/buttons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/buttons.c b/source/blender/src/buttons.c
index b5f1e8d3fbd..68df4cf4e57 100644
--- a/source/blender/src/buttons.c
+++ b/source/blender/src/buttons.c
@@ -3979,8 +3979,8 @@ void texbuts(void)
}
uiBlockSetCol(block, BUTGREY);
uiDefIDPoinBut(block, test_obpoin_but, B_ENV_OB, "Ob:", 350,95,166,24, &(env->object), "Object name");
- uiDefButF(block, NUM, B_MATPRV, "Filter :", 518,95,121,24, &tex->filtersize, 0.1, 25.0, 0, 0, "Adjust sharpness or blurriness of the reflection"),
- uiDefButS(block, NUM, B_ENV_FREE, "Depth:", 639,95,120,24, &env->depth, 0, 5.0, 0, 0, "Number of times a map gets rendered again, for recursive mirror effect"),
+ uiDefButF(block, NUM, B_MATPRV, "Filter :", 518,95,120,24, &tex->filtersize, 0.1, 25.0, 0, 0, "Adjust sharpness or blurriness of the reflection"),
+ uiDefButS(block, NUM, B_ENV_FREE, "Depth:", 640,95,120,24, &env->depth, 0, 5.0, 0, 0, "Number of times a map gets rendered again, for recursive mirror effect"),
uiDefButF(block, NUM, REDRAWVIEW3D, "ClipSta", 350,68,122,24, &env->clipsta, 0.01, 50.0, 100, 0, "Set start value for clipping");
uiDefButF(block, NUM, 0, "ClipEnd", 475,68,142,24, &env->clipend, 0.1, 5000.0, 1000, 0, "Set end value for clipping");