diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-24 01:49:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-24 01:49:27 +0300 |
commit | 65fe37a93029e17f45e488619a5e589a2983757f (patch) | |
tree | c1b6055d869cdbf5f742a31848c0b01237a8ca87 /indra/newview/skins/default | |
parent | f30ae5c7812f5449a327a470fd4acaed7546d853 (diff) |
SL-19604 Fix gallery view having huge ident at the bottom
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_main_inventory.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_main_inventory.xml b/indra/newview/skins/default/xui/en/panel_main_inventory.xml index b735dcf528..f7a9c552cc 100644 --- a/indra/newview/skins/default/xui/en/panel_main_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_main_inventory.xml @@ -271,7 +271,7 @@ <panel follows="all" halign="center" - height="372" + height="375" layout="topleft" left="7" name="combination_view_inventory" @@ -280,9 +280,9 @@ <layout_stack follows="all" layout="topleft" - height="372" + height="375" + name="combination_view_stack" animate="false" - drag_handle_gap="13" drag_handle_thickness="6" drag_handle_first_indent="18" drag_handle_second_indent="18" @@ -296,7 +296,7 @@ bevel_style="in" user_resize="true" auto_resize="true" - height="246" + height="248" min_width="150" name="comb_gallery_layout"> <panel @@ -304,7 +304,7 @@ filename="panel_inventory_gallery.xml" left="0" top="1" - height="246" + height="248" name="comb_gallery_view_inv" background_visible="true" follows="all" @@ -316,7 +316,7 @@ bevel_style="in" user_resize="true" auto_resize="true" - height="126" + height="127" min_height="100" name="comb_inventory_layout"> <single_folder_inventory_panel @@ -324,7 +324,7 @@ follows="all" left="0" top="1" - height="126" + height="127" layout="topleft" show_item_link_overlays="true" bg_opaque_color="DkGray2" |