From 8ef5fd0e144af53e6044c0dfc15fda9b36bdd85a Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 31 Mar 2010 16:04:03 +0300 Subject: Fixed bug EXT-6628 IM floater: unable to open 'Pay' floater by click on 'Pay' button if floater height was reduced. Reason: Height of the layout stack containing buttons was too small, hence when you decrease the window height the bottommost buttons might move beyond its container, becoming unclickable. Fix: Increased height of the layout stack for it to reach the bottom of the floater (occupying all visible area). Reviewed by Sam: https://codereview.productengine.com/secondlife/r/141/ --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/panel_im_control_panel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/panel_im_control_panel.xml b/indra/newview/skins/default/xui/en/panel_im_control_panel.xml index 88566ea037..7d7e21d4b0 100644 --- a/indra/newview/skins/default/xui/en/panel_im_control_panel.xml +++ b/indra/newview/skins/default/xui/en/panel_im_control_panel.xml @@ -16,7 +16,7 @@ border_size="0" clip="false" follows="all" - height="168" + height="183" layout="topleft" left="5" name="button_stack" -- cgit v1.2.3