diff options
author | Richard Linden <none@none> | 2010-03-09 16:21:52 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-09 16:21:52 -0800 |
commit | 2240ece438880d6d3b72e9fbd3e7dc06295eea79 (patch) | |
tree | 9d894510e255c631b356544b10ac4226a4419090 /indra/llui | |
parent | 22b6436506550e7763a29fd0fecda4c610e3e97f (diff) |
EXT-2418 - improved cursors for sit/open/buy
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index e6967921d3..5121ef5351 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1919,7 +1919,7 @@ void LLUI::clearPopups() // spawn_x and spawn_y are top left corner of view in screen GL coordinates void LLUI::positionViewNearMouse(LLView* view, S32 spawn_x, S32 spawn_y) { - const S32 CURSOR_HEIGHT = 32; // Approximate "normal" cursor size + const S32 CURSOR_HEIGHT = 16; // Approximate "normal" cursor size const S32 CURSOR_WIDTH = 8; LLView* parent = view->getParent(); |