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
This commit is contained in:
Joost Verburg 2011-02-18 13:12:18 +00:00
parent e755729f68
commit 0cfbcf6d57
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
All icons to be used should follow this, so that the icons All icons to be used should follow this, so that the icons
look alike. look alike.
- size 20x20 pixels - size 22x22 pixels
- five color: - five color:
#000000000000 #000000000000

View File

@ -213,7 +213,7 @@ struct GuiView::GuiViewPrivate
{ {
// hardcode here the platform specific icon size // hardcode here the platform specific icon size
smallIconSize = 14; // scaling problems smallIconSize = 14; // scaling problems
normalIconSize = 20; // ok, default normalIconSize = 22; // ok, default
bigIconSize = 26; // better for some math icons bigIconSize = 26; // better for some math icons
splitter_ = new QSplitter; splitter_ = new QSplitter;