From 0cfbcf6d570afcc5e4d9546a4298c85a7c1f870b Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Fri, 18 Feb 2011 13:12:18 +0000 Subject: [PATCH] increase normal toolbar icon size to 22x22 pixels git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37728 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/images/README | 2 +- src/frontends/qt4/GuiView.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/images/README b/lib/images/README index 0895f22be7..cff7e5af1b 100644 --- a/lib/images/README +++ b/lib/images/README @@ -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 diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ba008ac8f8..9825e38e14 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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; -- 2.39.5