On 03/04/2011 02:01 PM, Richard Heck wrote:
On 03/03/2011 11:09 PM, Greg Kise wrote:
Hi,

Any way to increase the cursor size--or improve visibility in LyX 2
beta4?

I would love to have a cursor that is easier to find.

This is controlled by Qt4 configuration, however that is done on your
platform.

No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel wide for Windows platform and 1 pixel for the rest of the world:

#ifdef Q_WS_WIN
int const CursorWidth = 2;
#else
int const CursorWidth = 1;
#endif

Abdel.

Reply via email to