* Some tiny tweaks to the padding around buttons window
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user