summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastnotifypanel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-02-11 16:10:34 -0800
committerMerov Linden <merov@lindenlab.com>2013-02-11 16:10:34 -0800
commit2317591c93b5870acd6fdedbecc2d8050511459d (patch)
treec79411f06b25eef8ec26e8bcf306e17787d7f121 /indra/newview/lltoastnotifypanel.cpp
parent279d4a95ea84ddeb32efc54deb6923202fe638a7 (diff)
parentc4bcd4f2c2578e8f165361441635ef47f51ec420 (diff)
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r--indra/newview/lltoastnotifypanel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp
index bd6c42d474..3fd056ea31 100644
--- a/indra/newview/lltoastnotifypanel.cpp
+++ b/indra/newview/lltoastnotifypanel.cpp
@@ -403,6 +403,9 @@ void LLToastNotifyPanel::init( LLRect rect, bool show_images )
}
}
+ //.xml file intially makes info panel only follow left/right/top. This is so that when control buttons are added the info panel
+ //can shift upward making room for the buttons inside mControlPanel. After the buttons are added, the info panel can then be set to follow 'all'.
+ mInfoPanel->setFollowsAll();
snapToMessageHeight(mTextBox, MAX_LENGTH);
}