summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Polunin <apolunin@productengine.com>2009-12-29 17:40:55 +0200
committerAndrew Polunin <apolunin@productengine.com>2009-12-29 17:40:55 +0200
commit88d8f86cccf277814ca2d12abfa5b8d3c0e73c12 (patch)
tree6c29a07ac3a1fdb77d855f3cb50c8027e28cbf05
parenta395edd9a08406526a09dcda6e14d3d3c9542985 (diff)
fixed normal bug EXT-3731 Favorites Bar spaced too tightly
fixed normal bug EXT-3696 Remove dropshadow from favorites bar text --HG-- branch : product-engine
-rw-r--r--indra/newview/skins/default/xui/en/favorites_bar_button.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/favorites_bar_button.xml b/indra/newview/skins/default/xui/en/favorites_bar_button.xml
index 361f5a7bc8..dcf9847adb 100644
--- a/indra/newview/skins/default/xui/en/favorites_bar_button.xml
+++ b/indra/newview/skins/default/xui/en/favorites_bar_button.xml
@@ -3,6 +3,7 @@
<!-- All buttons in the Favorites bar will be created from this one -->
<button
follows="left|bottom"
+ font_halign="center"
halign="center"
height="15"
image_disabled="transparent.j2c"
@@ -14,10 +15,14 @@
image_pressed="Favorite_Link_Over"
image_pressed_selected="Favorite_Link_Over"
hover_glow_amount="0.15"
+ label_shadow="false"
layout="topleft"
left="0"
name="favorites_bar_btn"
+ pad_bottom="-1"
+ pad_left="11"
+ pad_right="7"
tab_stop="false"
top="0"
use_ellipses="true"
- width="120" />
+ width="140" />