From 09399b45f70b6dba86a09ea7903a193f4e30f4f6 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Mon, 27 Oct 2008 09:06:50 +0000 Subject: [PATCH] * 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 --- src/frontends/qt4/GuiView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 3f1d8a6c4e..222f67bdac 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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 -- 2.39.2