diff options
author | Justin Rounds <chuck@lindenlab.com> | 2009-10-15 22:08:19 +0000 |
---|---|---|
committer | Justin Rounds <chuck@lindenlab.com> | 2009-10-15 22:08:19 +0000 |
commit | f20e9521a9b70f4e83cbb6888feae08a70681ea7 (patch) | |
tree | 88ecaa08f37fab336ca03b1589fc941217d2990d | |
parent | 2ff7f8a772e07335e4ab6788410858667189059e (diff) |
Set scale_image to false in combo_box.xml to fix stretching. http://jira.secondlife.com/browse/EXT-1319
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/combo_box.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/combo_box.xml b/indra/newview/skins/default/xui/en/widgets/combo_box.xml index de4aa994a4..8b23b72c2d 100644 --- a/indra/newview/skins/default/xui/en/widgets/combo_box.xml +++ b/indra/newview/skins/default/xui/en/widgets/combo_box.xml @@ -7,7 +7,7 @@ label="" hover_glow_amount="0.15" font="SansSerifSmall" - scale_image="true" + scale_image="false" image_unselected="ComboButton_Off" image_selected="ComboButton_Selected" image_disabled="ComboButton_Disabled" /> @@ -15,7 +15,7 @@ label="" hover_glow_amount="0.15" font="SansSerifSmall" - scale_image="true" + scale_image="false" pad_right="24" image_unselected="DropDown_Off" image_selected="DropDown_Selected" |