mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 20:05:25 +00:00
Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows.
This commit is contained in:
parent
9559bc9922
commit
d5f323fad2
@ -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…
Reference in New Issue
Block a user