diff options
author | Jacek Antonelli | 2008-11-22 02:45:14 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-22 03:00:44 -0600 |
commit | 5db0461139ec6f097786483b979f5e6d3e059579 (patch) | |
tree | a371f2d0cf517b5bf4561167b9e5304548012ad1 | |
parent | Combobox widget now supports separators in XUI. (diff) | |
download | meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.zip meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.gz meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.bz2 meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.xz |
Added separators to Quick Filter.
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 787f659..e82320c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,7 +1,11 @@ | |||
1 | 2008-11-22 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-11-22 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml: | ||
4 | Added separators to Quick Filter. | ||
5 | |||
6 | |||
3 | * linden/indra/llui/llcombobox.cpp: | 7 | * linden/indra/llui/llcombobox.cpp: |
4 | Combobox now supports separators in XUI. | 8 | Combobox widget now supports separators in XUI. |
5 | 9 | ||
6 | 10 | ||
7 | * linden/indra/newview/llinventoryview.cpp: | 11 | * linden/indra/newview/llinventoryview.cpp: |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml index 3cb586f..653713b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | |||
@@ -20,7 +20,9 @@ | |||
20 | <combo_item name="type_all"> | 20 | <combo_item name="type_all"> |
21 | All Types | 21 | All Types |
22 | </combo_item> | 22 | </combo_item> |
23 | <!-- combo list separator would go here, if such a thing existed --> | 23 | |
24 | <separator /> | ||
25 | |||
24 | <combo_item name="type_animation"> | 26 | <combo_item name="type_animation"> |
25 | Animations | 27 | Animations |
26 | </combo_item> | 28 | </combo_item> |
@@ -54,6 +56,9 @@ | |||
54 | <combo_item name="type_snapshot"> | 56 | <combo_item name="type_snapshot"> |
55 | Snapshots | 57 | Snapshots |
56 | </combo_item> | 58 | </combo_item> |
59 | |||
60 | <separator /> | ||
61 | |||
57 | <combo_item name="type_custom"> | 62 | <combo_item name="type_custom"> |
58 | Custom... | 63 | Custom... |
59 | </combo_item> | 64 | </combo_item> |