From 89b4af1653836ff3ffa02d3e09cefbd232a452cf Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Tue, 29 Mar 2011 21:07:46 +0000 Subject: [PATCH] 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 --- lib/images/oxygen/iconsize.png | Bin 0 -> 191 bytes src/frontends/qt4/GuiView.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 lib/images/oxygen/iconsize.png diff --git a/lib/images/oxygen/iconsize.png b/lib/images/oxygen/iconsize.png new file mode 100755 index 0000000000000000000000000000000000000000..6a6eb1367675ca2b665fae37b12d4be3e67db249 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=85p>QL70(Y)*K0-AbW|YuPgg)W?2zSQ=w-cUjv0WN?apKobz*Y zQ}ap~zMYx2A1J2n>Eak-aXL9AA>qe)2W1ED=KsbQPi2K22WQ%mvv4FO#n6&H(me$ literal 0 HcmV?d00001 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 -- 2.39.2