* Trivial fix to set the icon size to normal, not 32 as Qt sets it by default on Mac (fixes #5388)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-10-27 09:06:50 +00:00
parent d43429f647
commit 09399b45f7

View File

@ -284,6 +284,7 @@ GuiView::GuiView(int id)
: d(*new GuiViewPrivate), id_(id), closing_(false)
{
// GuiToolbars *must* be initialised before the menu bar.
normalSizedIcons(); // at least on Mac the default is 32 otherwise, which is huge
constructToolbars();
// set ourself as the current view. This is needed for the menu bar