diff options
| author | Richard Linden <none@none> | 2010-03-09 13:28:04 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-03-09 13:28:04 -0800 |
| commit | 978ae36b8668433c1c19d0088a8ccb653a5a1c48 (patch) | |
| tree | 05582a16e9627b826baac5073a62cc5216fc9f0d /indra/llui | |
| parent | 1836baf8e019c9293eb6bb44dc46af118d342828 (diff) | |
| parent | e5c4438fd7f08c3e469ed2870dd7f840938ec996 (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(); |
