diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-20 20:53:23 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-20 20:53:23 +0800 |
commit | 917cf2c654fdbf5ad8ff32030b71cc21e5f25014 (patch) | |
tree | 0e8d0a8b022db83504578832087bfce6005e960b | |
parent | 3ed1035ff23688316d7a2ffa166c80dd6ea0c20f (diff) |
Re-heighten progress panel to accomodate 3p logos
275 became 240 when they removed the logos, and then 240 became 220
when MotD became dynamic.
So logos being back but with dynamic MotD should be 255.
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_progress.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_progress.xml b/indra/newview/skins/default/xui/en/panel_progress.xml index 8e0e6408ed..9f1f741b52 100644 --- a/indra/newview/skins/default/xui/en/panel_progress.xml +++ b/indra/newview/skins/default/xui/en/panel_progress.xml @@ -44,9 +44,9 @@ width="670" /> <layout_panel auto_resize="false" - height="220" + height="255" layout="topleft" - min_height="220" + min_height="255" name="panel4" width="670"> <icon @@ -56,11 +56,11 @@ layout="topleft" left="0" top="0" - height="220" + height="255" width="670" /> <layout_stack follows="left|right|top|bottom" - height="220" + height="255" layout="topleft" left="0" orientation="vertical" |