diff options
author | Richard Linden <none@none> | 2010-02-17 15:16:31 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-02-17 15:16:31 -0800 |
commit | effadd3908c53f17ced08131546196e3dea9d1d5 (patch) | |
tree | c6d6ffa34630b26fec962ac42eeaf18fa9d0f22a /indra/newview/skins/default/xui/en/widgets/combo_box.xml | |
parent | 1c0603bef2bac6e006df7566aa2a3f8c351a1b7f (diff) | |
parent | 366aa236f2964855bcb6f8b95f52e8bdad902651 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/combo_box.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/combo_box.xml | 34 |
1 files changed, 0 insertions, 34 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 deleted file mode 100644 index d1f68a9ef9..0000000000 --- a/indra/newview/skins/default/xui/en/widgets/combo_box.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<combo_box font="SansSerifSmall" - list_position="below" - max_chars="20" - height="23" - follows="right|top"> - <combo_box.combo_button name="Combobox Button" - hover_glow_amount="0.15" - font="SansSerifSmall" - scale_image="false" - image_unselected="ComboButton_Off" - image_selected="ComboButton_Selected" - image_disabled="ComboButton_Disabled" /> - <combo_box.drop_down_button name="Drop Down Button" - hover_glow_amount="0.15" - font="SansSerifSmall" - scale_image="true" - pad_right="24" - image_unselected="DropDown_Off" - image_selected="DropDown_On" - image_pressed="DropDown_Press" - image_pressed_selected="DropDown_Press" - image_disabled="DropDown_Disabled" /> - <combo_box.combo_list bg_writeable_color="ComboListBgColor" - background_visible="true" - /> - <!-- Text is "tentative" if you have typed in a string that does not match - any item in the list, but we usually don't care, so use the same color - as normal text. --> - <combo_box.combo_editor name="Combo Text Entry" - select_on_focus="true" - font="SansSerifSmall" - text_tentative_color="TextFgColor" /> -</combo_box> |