mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* Trivial fix to set the icon size to normal, not 32 as Qt sets it by default on Mac (fixes #5388)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d43429f647
commit
09399b45f7
@ -284,6 +284,7 @@ GuiView::GuiView(int id)
|
||||
: d(*new GuiViewPrivate), id_(id), closing_(false)
|
||||
{
|
||||
// GuiToolbars *must* be initialised before the menu bar.
|
||||
normalSizedIcons(); // at least on Mac the default is 32 otherwise, which is huge
|
||||
constructToolbars();
|
||||
|
||||
// set ourself as the current view. This is needed for the menu bar
|
||||
|
Loading…
Reference in New Issue
Block a user