diff options
author | Richard Linden <none@none> | 2010-03-09 13:27:26 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-09 13:27:26 -0800 |
commit | e5c4438fd7f08c3e469ed2870dd7f840938ec996 (patch) | |
tree | e23d5ee758740eb6dcdc47eb8c8e2957f0dbf014 /indra/llui | |
parent | 6f5877e3e549fd42d0a973ccb19ade6a1ee2c392 (diff) | |
parent | d7b35ee623dea35c6a8c9cc8b8c1a9c050eb9def (diff) |
merge
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(); |