Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Michael Meeks wrote:
prompted by some complaints on too large icons on Mac, switched the
icon size from 'large' to 'auto' for 3.3.

      Did we ever get some screenshots of the perceived problem ? I asked in
some bug, but never got that back AFAIR.

Hi Michael,

take my word for it, it looks out-of-place on Mac.

      My concern is for Windows really - I'd want the vast majority of users
on > 1024x768 to have large icons.

      Have we tested it there ?

Code on Win32 is currently:

long nHeightPx = aMenuFont.GetHeight() * nDPIY / 72;
aStyleSettings.SetToolbarIconSize( (((nHeightPx-1)*2) >= 28) ? STYLE_TOOLBAR_ICONSIZE_LARGE : 
STYLE_TOOLBAR_ICONSIZE_SMALL );

If that does not suffice, surely we can do a hard pick for _LARGE
here, just the same as for Gnome/KDE. It's the sole discretion of 
the native widget layer now - that's were it belongs to.

Cheers,

-- Thorsten

Attachment: pgphbJN1v5pbk.pgp
Description: PGP signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.