]> git.lyx.org Git - lyx.git/commitdiff
* Trivial fix to set the icon size to normal, not 32 as Qt sets it by default on...
authorStefan Schimanski <sts@lyx.org>
Mon, 27 Oct 2008 09:06:50 +0000 (09:06 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 27 Oct 2008 09:06:50 +0000 (09:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27146 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 3f1d8a6c4e6380479e6a891cb5cfbb76ac3cbbf0..222f67bdaccb637b42217046a619152b7caf2607 100644 (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