summaryrefslogtreecommitdiff
path: root/indra/llui/lldockcontrol.h
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-08 08:19:32 -0800
committerrichard <none@none>2010-02-08 08:19:32 -0800
commit8ca06e7bf37f7e5391e14f74d8404bdc05d683d4 (patch)
tree64fc6bc5a34eef8ee80255a298c0535a0b365a94 /indra/llui/lldockcontrol.h
parent41ab7853536dcbbf2b64d06b754617ee6bc7e896 (diff)
nearby media pops up on hover
Diffstat (limited to 'indra/llui/lldockcontrol.h')
-rw-r--r--indra/llui/lldockcontrol.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llui/lldockcontrol.h b/indra/llui/lldockcontrol.h
index 550955c4c5..a5caf68001 100644
--- a/indra/llui/lldockcontrol.h
+++ b/indra/llui/lldockcontrol.h
@@ -47,8 +47,9 @@ class LLDockControl
public:
enum DocAt
{
- TOP
- ,LEFT
+ TOP,
+ LEFT,
+ BOTTOM
};
public: