From 115686ca0f962da9ec5dbcdbe54a4cb6c86302bb Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Fri, 8 May 2026 18:55:05 +0300 Subject: #5768 fix llDialog text overflowing --- indra/newview/lltoastnotifypanel.cpp | 2 -- 1 file changed, 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 -- cgit v1.3