diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-31 16:04:03 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-31 16:04:03 +0300 |
commit | 8ef5fd0e144af53e6044c0dfc15fda9b36bdd85a (patch) | |
tree | 8bfee245236bab7497750318ea4dd33f337a16b0 /indra/newview/skins | |
parent | 58de782e08bb704aca5187c4983ee9c5698659a4 (diff) |
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
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_im_control_panel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |