From 26ffe6ef93a857e888045e43abde89af8a228cb6 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 27 Nov 2003 23:34:52 +0000 Subject: [PATCH] - while i am committing: small button aligning arror for 'separate textures' in F5 menu. --- source/blender/src/buttons_shading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c index 646c44c6eb0..cbe52aaff49 100644 --- a/source/blender/src/buttons_shading.c +++ b/source/blender/src/buttons_shading.c @@ -2160,7 +2160,7 @@ static void material_panel_texture(Material *ma) if(mtex && mtex->tex) { if(ma->septex & (1<septex, 0.0, 0.0, 0, 0, "Disable or enable this channel"); - else uiDefIconButC(block, TOG|BIT|a, B_MATPRV_DRAW, ICON_CHECKBOX_HLT, -20, 180-22*a, 28, 20, &ma->septex, 0.0, 0.0, 0, 0, "Disable or enable this channel"); + else uiDefIconButC(block, TOG|BIT|a, B_MATPRV_DRAW, ICON_CHECKBOX_HLT, -20, 180-20*a, 28, 20, &ma->septex, 0.0, 0.0, 0, 0, "Disable or enable this channel"); } }