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:
authorTon Roosendaal <ton@blender.org>2003-07-20 12:58:42 +0400
committerTon Roosendaal <ton@blender.org>2003-07-20 12:58:42 +0400
commit45845c51a93faf156425ee49438bd17730e91dc9 (patch)
treec1c0885e7ed73c067db41fe7c8f3b23f1a1477b9
parent4856071402459f0631bc430507f61513d5f10c99 (diff)
- changed button type for WorldButtns->misi to fit with the others. Just
for a better looks.
-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 56160b0b4fd..1ac063646f3 100644
--- a/source/blender/src/buttons.c
+++ b/source/blender/src/buttons.c
@@ -5707,9 +5707,9 @@ void worldbuts(void)
uiDefButF(block, NUM,REDRAWVIEW3D, "Sta:",571,150,100,17, &wrld->miststa, 0.0, 1000.0, 10, 0, "Specify the starting distance of the mist");
uiDefButF(block, NUM,REDRAWVIEW3D, "Di:",571,133,100,17, &wrld->mistdist, 0.0,1000.0, 10, 00, "Specify the depth of the mist");
- uiDefButF(block, NUM,B_DIFF,"Hi:", 571,116,100,17, &wrld->misthi,0.0,100.0, 10, 0, "Specify the factor for a less dense mist with increasing height");
+ uiDefButF(block, NUM,B_DIFF,"Hi:", 571,116,100,17, &wrld->misthi,0.0,100.0, 10, 0, "Specify the factor for a less dense mist with increasing height");
- uiDefButF(block, NUMSLI,0, "misi",571,99,120,17, &(wrld->misi), 0., 1.0, 0, 0, "Set the mist intensity");
+ uiDefButF(block, NUM, 0, "misi", 571,99,100,17, &(wrld->misi), 0., 1.0, 0, 0, "Set the mist intensity");
uiBlockSetCol(block, BUTGREEN);
uiDefButS(block, TOG|BIT|1,B_DIFF, "Stars",571,82,100,17, &wrld->mode, 0, 0, 0, 0, "Enable stars");