diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-05-08 18:55:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-08 18:55:05 +0300 |
| commit | 115686ca0f962da9ec5dbcdbe54a4cb6c86302bb (patch) | |
| tree | 209ae880aba5ac777d524bdc557ed166b466347f | |
| parent | c127a8b8cc8e9322183f8671a4e6dabee264b506 (diff) | |
#5768 fix llDialog text overflowing
| -rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 8a7095f8ca..0c4a9c81c2 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -380,8 +380,6 @@ void LLToastNotifyPanel::init( LLRect rect, bool show_images ) button_panel_width = min_width_required; S32 width_increase = button_panel_width - mControlPanel->getRect().getWidth(); reshape(getRect().getWidth() + width_increase, getRect().getHeight()); - mInfoPanel->reshape(mInfoPanel->getRect().getWidth() + width_increase, mInfoPanel->getRect().getHeight()); - mTextBox->reshape(mTextBox->getRect().getWidth() + width_increase, mTextBox->getRect().getHeight()); } } //try get an average h_pad to spread out buttons |
