]> git.lyx.org Git - lyx.git/commitdiff
increase normal toolbar icon size to 22x22 pixels
authorJoost Verburg <joostverburg@users.sourceforge.net>
Fri, 18 Feb 2011 13:12:18 +0000 (13:12 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Fri, 18 Feb 2011 13:12:18 +0000 (13:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37728 a592a061-630c-0410-9148-cb99ea01b6c8

lib/images/README
src/frontends/qt4/GuiView.cpp

index 0895f22be7a60c923375f1a13f0e4fa43012ff8c..cff7e5af1b5bf4a5d08ae31ef7f620d86ab1bc62 100644 (file)
@@ -2,7 +2,7 @@
 All icons to be used should follow this, so that the icons
 look alike.
 
-- size 20x20 pixels
+- size 22x22 pixels
 
 - five color:
        #000000000000
index ba008ac8f870ae0734cd0178a39955063051f171..9825e38e140bd472dd623323f5159b024dce52b8 100644 (file)
@@ -213,7 +213,7 @@ struct GuiView::GuiViewPrivate
        {
                // hardcode here the platform specific icon size
                smallIconSize = 14;  // scaling problems
-               normalIconSize = 20; // ok, default
+               normalIconSize = 22; // ok, default
                bigIconSize = 26;       // better for some math icons
 
                splitter_ = new QSplitter;