]> git.lyx.org Git - features.git/commitdiff
The original icon set was thought for a normal size of 20x20.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 29 Mar 2011 21:07:46 +0000 (21:07 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 29 Mar 2011 21:07:46 +0000 (21:07 +0000)
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 [new file with mode: 0755]
src/frontends/qt4/GuiView.cpp

diff --git a/lib/images/oxygen/iconsize.png b/lib/images/oxygen/iconsize.png
new file mode 100755 (executable)
index 0000000..6a6eb13
Binary files /dev/null and b/lib/images/oxygen/iconsize.png differ
index 8f6f31e60f48918343ea6c7ceb0b2f9688583650..04b3ce99886499fba5def9db07d051fee8b7d00f 100644 (file)
@@ -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