From 0daa627db4f1bba2f69ec717426b26593674d14c Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Tue, 24 Aug 2010 11:44:28 -0700 Subject: removed LLLayoutStack::fromXML custom xml parsing --- .../skins/default/xui/en/panel_bottomtray_lite.xml | 35 +++++++++------------- 1 file changed, 14 insertions(+), 21 deletions(-) (limited to 'indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml') diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml b/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml index 6e9476f814..0734ca9a4b 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml @@ -28,30 +28,29 @@ orientation="horizontal" top="0" width="1000"> - + user_resize="false"> + + - -- cgit v1.2.3 From 92db224e8624c22eb9e8516662685c68cb819e69 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Wed, 25 Aug 2010 16:46:37 -0700 Subject: fixed regressions from changing layout panel to be a derived widget class --- indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml') diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml b/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml index 0734ca9a4b..efb1da4c05 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml @@ -38,7 +38,6 @@ auto_resize="true" height="28" layout="topleft" - min_height="23" width="310" min_width="188" user_resize="false"> -- cgit v1.2.3