* Some tiny tweaks to the padding around buttons window

This commit is contained in:
Matt Ebb
2009-05-01 06:24:52 +00:00
parent d576ee99ed
commit 6ef603ffcf
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ typedef enum {
/* internal panel drawing defines */
#define PNL_GRID 4
#define PNL_DIST 8
#define PNL_DIST 4
#define PNL_SAFETY 8
#define PNL_HEADER 20

View File

@@ -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);