diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-12-21 20:14:39 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-12-21 20:14:39 +0200 |
commit | 3c7e1435fe58a2a34fa838addd7cf822e48d3aa2 (patch) | |
tree | b41060dbb8590ded5bc02c6b0d7a36cfe3972c5d /indra | |
parent | 0d6af2a01d64c44a3874446c5c9a4ede71d8a98e (diff) |
workaround for (EXT-3599) No chiclets in the IM Well Window
- manually set rect for a chiclet in the IM Well Window
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index 9b60f58be1..8c6ea59407 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -352,6 +352,7 @@ LLIMWellWindow::RowPanel::RowPanel(const LLSysWellWindow* parent, const LLUUID& } // Initialize chiclet. + mChiclet->setRect(LLRect(5, 28, 30, 3)); // *HACK: workaround for (EXT-3599) mChiclet->setChicletSizeChangedCallback(boost::bind(&LLIMWellWindow::RowPanel::onChicletSizeChanged, this, mChiclet, _2)); mChiclet->enableCounterControl(true); mChiclet->setCounter(chicletCounter); |