Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows. git-svn-id: svn://10.0.0.236/trunk@7360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
466ea47fda
commit
cc31f8a99d
@ -80,7 +80,11 @@
|
||||
#define THROBBER_HEIGHT 32
|
||||
#define BUTTON_WIDTH 90
|
||||
#define BUTTON_HEIGHT THROBBER_HEIGHT
|
||||
#ifdef XP_PC
|
||||
#define STATUS_HEIGHT 24
|
||||
#else
|
||||
#define STATUS_HEIGHT 28
|
||||
#endif
|
||||
|
||||
#ifdef INSET_WEBSHELL
|
||||
#define WEBSHELL_LEFT_INSET 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user