From bdf4a016f752cda0b11625764de0dcaf8418793f Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Tue, 22 Feb 2011 00:40:47 +0000 Subject: [PATCH] Increase normal toolbar icon size to 16x16 pixels, as this seems uncontroversial git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37755 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 9825e38e14..a5ea4577f7 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -212,7 +212,7 @@ struct GuiView::GuiViewPrivate in_show_(false) { // hardcode here the platform specific icon size - smallIconSize = 14; // scaling problems + smallIconSize = 16; // scaling problems normalIconSize = 22; // ok, default bigIconSize = 26; // better for some math icons -- 2.39.2