UI: increase spacing at sides of headers, to avoid region split zone overlap.
This commit is contained in:
@@ -938,7 +938,7 @@ void UI_exit(void);
|
|||||||
#define UI_ITEM_O_DEPRESS (1 << 9)
|
#define UI_ITEM_O_DEPRESS (1 << 9)
|
||||||
#define UI_ITEM_R_COMPACT (1 << 10)
|
#define UI_ITEM_R_COMPACT (1 << 10)
|
||||||
|
|
||||||
#define UI_HEADER_OFFSET ((void)0, 0.2f * UI_UNIT_X)
|
#define UI_HEADER_OFFSET ((void)0, 0.4f * UI_UNIT_X)
|
||||||
|
|
||||||
/* uiLayoutOperatorButs flags */
|
/* uiLayoutOperatorButs flags */
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user