diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-24 14:17:15 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-24 14:17:15 +0200 |
commit | 338914bd7d7e776d3ca5a4eb9a579fcbe53cf1b9 (patch) | |
tree | f2a93b07b40d229719f491a716492f17aeb81c45 /indra/llui/lldockcontrol.h | |
parent | 443d1b08b22262566dc4d476ca0bdef665518721 (diff) |
EXP-1400 FIXED (Call request docking icon overlays other toolbar buttons when speak button in side toolbar)
- LLDockableFloater::getDockTongue to init dock tongue with proper image depending on floater dock side, also added images for left and right tongues.
- Added proper call floater positioning relatively to the speak button
Diffstat (limited to 'indra/llui/lldockcontrol.h')
-rw-r--r-- | indra/llui/lldockcontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldockcontrol.h b/indra/llui/lldockcontrol.h index 2e7359245f..463223fafd 100644 --- a/indra/llui/lldockcontrol.h +++ b/indra/llui/lldockcontrol.h @@ -43,6 +43,7 @@ public: { TOP, LEFT, + RIGHT, BOTTOM }; |