Stephan Witt wrote: > Am 09.02.2014 um 10:32 schrieb Paola <paola.manz...@st-andrews.ac.uk>: > >> Hi all, I've changed my laptop to a Windows 8 machine with high >> definition, and even the "Big-sized icon" version of the toolbars is too >> small for me to be working comfortably. Short of changing the screen >> resolution of my laptop, I was hoping there was a way to change the icon >> sizes in some way. >> >> I see from this file: >> http://fossies.org/linux/misc/lyx-2.0.7.1.tar.gz/lyx-2.0.7.1/src/frontends/qt4/GuiView.cpp >> >> that icon sized for the three options in the user interface are hard >> coded to a maximum of 26 pixels: is there any way a user can change this, >> or is this an issue for the developers? >> >> Many thanks! > > I think you're right. I'm of little help here since I'm no Windows user or > developer. But I'm quite interested to hear how well high resolution works > for you with other parts of the LyX interface.
Yes, the maximum is hardcoded, as you found out. This should be changed for high resolution displays. Please file a bug report at http://www.lyx.org/trac/wiki/BugTrackerHome. If you know how to compile LyX for windows you could easily remove the limitation (you found alyready the right place in the source), recompile and see how it works. Georg