From: Enrico Forestieri Date: Tue, 29 Mar 2011 21:07:46 +0000 (+0000) Subject: The original icon set was thought for a normal size of 20x20. X-Git-Tag: 2.0.0~339 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=89b4af1653836ff3ffa02d3e09cefbd232a452cf;p=features.git The original icon set was thought for a normal size of 20x20. New icon sets declare the normal size through an iconsize.png file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38135 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/images/oxygen/iconsize.png b/lib/images/oxygen/iconsize.png new file mode 100755 index 0000000000..6a6eb13676 Binary files /dev/null and b/lib/images/oxygen/iconsize.png differ diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 8f6f31e60f..04b3ce9988 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -212,7 +212,7 @@ struct GuiView::GuiViewPrivate { // hardcode here the platform specific icon size smallIconSize = 16; // scaling problems - normalIconSize = 22; // ok, default if iconsize.png is missing + normalIconSize = 20; // ok, default if iconsize.png is missing bigIconSize = 26; // better for some math icons // if it exists, use width of iconsize.png as normal size