summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-31 16:04:03 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-31 16:04:03 +0300
commit8ef5fd0e144af53e6044c0dfc15fda9b36bdd85a (patch)
tree8bfee245236bab7497750318ea4dd33f337a16b0
parent58de782e08bb704aca5187c4983ee9c5698659a4 (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
-rw-r--r--indra/newview/skins/default/xui/en/panel_im_control_panel.xml2
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"