diff options
author | Richard Linden <none@none> | 2010-03-05 18:34:36 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-05 18:34:36 -0800 |
commit | dcf279d663e701700cd1227825f3cff39554f82a (patch) | |
tree | 92762797359ceec5d65abd10f4fe27df558725ac /indra/llui | |
parent | 93051dc23cb3252af327a9b113abc45de154ff4e (diff) |
EXT-2418 added open/sit/buy mouse cursors
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 5121ef5351..e6967921d3 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 = 16; // Approximate "normal" cursor size + const S32 CURSOR_HEIGHT = 32; // Approximate "normal" cursor size const S32 CURSOR_WIDTH = 8; LLView* parent = view->getParent(); |