/indra/newview/skins/default/xui/es/floater_color_picker.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 30 lines · 30 code · 0 blank · 0 comment · 0 complexity · 8e80f4ddd702b6f4efc2a1089996c417 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="ColorPicker" title="SELECTOR DE COLOR">
- <text name="r_val_text">
- Rojo:
- </text>
- <text name="g_val_text">
- Verde:
- </text>
- <text name="b_val_text">
- Azul:
- </text>
- <text name="h_val_text">
- Tono:
- </text>
- <text name="s_val_text">
- Sat.:
- </text>
- <text name="l_val_text">
- Lumin.:
- </text>
- <check_box label="Aplicarlo ahora" name="apply_immediate"/>
- <button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
- <button label="OK" label_selected="OK" name="select_btn"/>
- <text name="Current color:">
- Color actual:
- </text>
- <text name="(Drag below to save.)">
- (arrástralo abajo para guardarlo)
- </text>
- </floater>