diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-06-13 17:46:53 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-06-13 17:46:53 +0800 |
| commit | c4824e2afbf372b3c6d061db069b109199720a79 (patch) | |
| tree | eae8ce1cc56ef993518c4d03a2556aabd337cfff /indra/newview/lltoastnotifypanel.cpp | |
| parent | 9a8c5a4c14416636e8b83f3df63fbf87216f5aaa (diff) | |
| parent | 9858207a710735da909fe83ba681cfd6a8964155 (diff) | |
Merge tag 'Second_Life_Release#9858207a-26.3' into 26.3
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
| -rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 3de61dffc7..e905a879cb 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -301,7 +301,7 @@ void LLToastNotifyPanel::init( LLRect rect, bool show_images ) mIsScriptDialog = (notif_name == "ScriptDialog" || notif_name == "ScriptDialogGroup"); static LLCachedControl<S32> btn_width(gSavedSettings, "ToastButtonWidth", 90); - static LLCachedControl<S32> script_button_width(gSavedSettings, "ScriptToastButtonWidth", 110); + static LLCachedControl<S32> script_button_width(gSavedSettings, "ScriptToastButtonWidth", 127); mButtonWidth = mIsScriptDialog ? script_button_width : btn_width; bool is_content_trusted = (notif_name != "LoadWebPage"); |
