(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 c1e0d1569b
commit fee8c84de9
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 */