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:
authorMatt Ebb <matt@mke3.net>2009-05-01 10:24:52 +0400
committerMatt Ebb <matt@mke3.net>2009-05-01 10:24:52 +0400
commit6ef603ffcfef1bd335d4e035f5150842627ef170 (patch)
tree7e458969ca605343e2349fd90009689d3bcd344b /source/blender/editors/interface/interface_panel.c
parentd576ee99ed30c9ccd3768a4c3f35f03e3fa1f1e5 (diff)
* Some tiny tweaks to the padding around buttons window
Diffstat (limited to 'source/blender/editors/interface/interface_panel.c')
-rw-r--r--source/blender/editors/interface/interface_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index 9f86917217c..730f22e3390 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -728,7 +728,7 @@ void ui_draw_aligned_panel(ARegion *ar, uiStyle *style, uiBlock *block, rcti *re
if(prev) {
float minx= rect->xmin+10.0f/block->aspect;
- float maxx= rect->xmax-10.0f/block->aspect;
+ float maxx= rect->xmax-5.0f/block->aspect;
float y= headrect.ymax;
glEnable(GL_BLEND);