(svn r20807) -Codechange: don't clamp the width of the main toolbar to 640 pixels

This commit is contained in:
yexo
2010-09-15 21:10:14 +00:00
parent 7bb0cf9af6
commit 532003504e
3 changed files with 14 additions and 3 deletions

View File

@@ -14,4 +14,6 @@
void AllocateToolbar();
extern int16 *_preferred_toolbar_size;
#endif /* TOOLBAR_GUI_H */