mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
e755729f68
commit
0cfbcf6d57
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user