diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-08 18:05:48 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-08 18:05:48 +0200 |
commit | 7199c9cc1bbd17eecea33b77a97a5ad7b20d2888 (patch) | |
tree | b08d746674420681198e9c2e0024166dc2e67fd5 /indra/newview/skins/default/xui/en/widgets/button.xml | |
parent | 9bf24a72cb1ceced8a4ab3861347ef14792799b0 (diff) |
EXT-3232 Refactoring: Improved the way of horizontal alignment of button's image overlay. Now mLeftHPad/mRightHPad is used instead of mImageOverlayLeftPad and mImageOverlayRightPad. Also mImgOverlayLabelSpace/imgoverlay_label_space members was added to button.(h/xml) to define space between image overlay and button's label
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/button.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/button.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/button.xml b/indra/newview/skins/default/xui/en/widgets/button.xml index 74d8478551..5c80fb50af 100644 --- a/indra/newview/skins/default/xui/en/widgets/button.xml +++ b/indra/newview/skins/default/xui/en/widgets/button.xml @@ -11,6 +11,7 @@ image_right_pad="0" image_top_pad="0" image_bottom_pad="0" + imgoverlay_label_space="1" label_color="ButtonLabelColor" label_color_selected="ButtonLabelSelectedColor" label_color_disabled="ButtonLabelDisabledColor" |