From 45845c51a93faf156425ee49438bd17730e91dc9 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 20 Jul 2003 08:58:42 +0000 Subject: - changed button type for WorldButtns->misi to fit with the others. Just for a better looks. --- source/blender/src/buttons.c | 4 ++-- 1 file 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"); -- cgit v1.2.3