Skip to content
Snippets Groups Projects
Commit f20e9521 authored by Justin Rounds's avatar Justin Rounds
Browse files

Set scale_image to false in combo_box.xml to fix stretching....

Set scale_image to false in combo_box.xml to fix stretching. http://jira.secondlife.com/browse/EXT-1319
parent 2ff7f8a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
label="" label=""
hover_glow_amount="0.15" hover_glow_amount="0.15"
font="SansSerifSmall" font="SansSerifSmall"
scale_image="true" scale_image="false"
image_unselected="ComboButton_Off" image_unselected="ComboButton_Off"
image_selected="ComboButton_Selected" image_selected="ComboButton_Selected"
image_disabled="ComboButton_Disabled" /> image_disabled="ComboButton_Disabled" />
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
label="" label=""
hover_glow_amount="0.15" hover_glow_amount="0.15"
font="SansSerifSmall" font="SansSerifSmall"
scale_image="true" scale_image="false"
pad_right="24" pad_right="24"
image_unselected="DropDown_Off" image_unselected="DropDown_Off"
image_selected="DropDown_Selected" image_selected="DropDown_Selected"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment