diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-06-03 14:37:37 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-06-03 20:42:44 +0300 |
| commit | 12d1e6850b5e1b2632137c29301feb3faaf0a341 (patch) | |
| tree | f2959fcc22c21563701f912a33228ce163bbe276 /indra/newview | |
| parent | 1f65fa87c71c6e94fed74281e37bb4c7468cf0e8 (diff) | |
#5881 Adjust llDialog width
Due to font size changes script dialog was showing less, so adjusted it up
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_script.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_script.xml b/indra/newview/skins/default/xui/en/floater_script.xml index ae6e68de17..20feec615c 100644 --- a/indra/newview/skins/default/xui/en/floater_script.xml +++ b/indra/newview/skins/default/xui/en/floater_script.xml @@ -8,8 +8,8 @@ can_dock="true" can_minimize="true" visible="false" - width="350" + width="402" can_resize="false" - min_width="350" + min_width="402" min_height="200"> </floater> |
