To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=41833 Issue #:|41833 Summary:|incorrect toolbar icon size ... Component:|gsl Version:|680m74 Platform:|Other URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|cp Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Tue Feb 1 09:34:17 -0800 2005 ------- So; this number is too large which explains the rather bloated feel of the toolbars: --- vcl/inc/toolbox.h 26 Nov 2004 16:20:49 -0000 1.10 +++ vcl/inc/toolbox.h 1 Feb 2005 17:31:05 -0000 @@ -92,7 +92,7 @@ #define TB_MENUBUTTON_OFFSET 2 #define TB_SMALLIMAGESIZE 16 -#define TB_LARGEIMAGESIZE 32 +#define TB_LARGEIMAGESIZE 26 class Window; The size of the icons are 16x16 and 26x26 [ we have 24x24 so the effect is even more noticable ]. Arguably, the icons look slightly too squashed with 26x26 icons & this as 26x26 - but - well, the define/number is correct ;-) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
