summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-02-18 18:33:28 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-02-18 18:33:28 +0200
commitcfb2b95c8ca3dbd9761bbd2124cf0361a4832bce (patch)
treef7fa54e68d586b5688797b57ac49b4a5f569e041 /indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml
parentfe3a56f343ca04b2bea203ff2adeeffb9d2ffeda (diff)
SL-12641 Remade 'Pick: Texture' floater to eliminate translation overlaps
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml')
-rw-r--r--indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml b/indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml
index 5ec005bd1a..51556b67ea 100644
--- a/indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml
+++ b/indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml
@@ -9,16 +9,10 @@
<text name="Multiple">
Multiplas texturas
</text>
- <radio_group name="mode_selection">
- <radio_item label="Inventário" name="inventory" value="0"/>
- <radio_item label="Local" name="local" value="1"/>
- </radio_group>
- <text name="size_lbl">
- Tamanho:
- </text>
- <text name="unknown">
- [DIMENSIONS]
- </text>
+ <combo_box name="mode_selection">
+ <combo_box.item label="Inventário" name="inventory" value="0"/>
+ <combo_box.item label="Local" name="local" value="1"/>
+ </combo_box>
<button label="Padrão" label_selected="Padrão" name="Default"/>
<button label="Branco" label_selected="Branco" name="Blank"/>
<button label="Nenhum" label_selected="Nenhum" name="None"/>