summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_load_pref_preset.xml
diff options
context:
space:
mode:
authorJonathan Yap <jhwelch@gmail.com>2015-01-20 09:17:23 -0500
committerJonathan Yap <jhwelch@gmail.com>2015-01-20 09:17:23 -0500
commit611391a818746f560ad49847ae643613313ac216 (patch)
tree58ffb1435038521d66d96ba321773c583cf1b25f /indra/newview/skins/default/xui/en/floater_load_pref_preset.xml
parentce324355787bd9c1c864050ca54b4306c30a0e79 (diff)
STORM-2082 Update to new UI design. Bugs are not worked out yet.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_load_pref_preset.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_load_pref_preset.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_load_pref_preset.xml b/indra/newview/skins/default/xui/en/floater_load_pref_preset.xml
new file mode 100644
index 0000000000..72feeeef74
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/floater_load_pref_preset.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<floater
+ legacy_header_height="18"
+ height="130"
+ help_topic="floater_load_pref"
+ layout="topleft"
+ name="Load Pref Preset"
+ save_rect="true"
+ title="LOAD PREF PRESET"
+ width="550">
+
+ <string name="title_graphic">Load Graphic Preset</string>
+ <string name="title_camera">Load Camera Preset</string>
+
+ <text
+ follows="top|left|right"
+ font="SansSerif"
+ height="10"
+ layout="topleft"
+ left="50"
+ name="Preset"
+ top="60"
+ width="60">
+ Preset:
+ </text>
+ <combo_box
+ follows="top|left"
+ layout="topleft"
+ left_pad="10"
+ name="preset_combo"
+ top_delta="-5"
+ width="200"/>
+ <button
+ follows="bottom|right"
+ height="23"
+ label="OK"
+ layout="topleft"
+ left_pad="15"
+ name="ok"
+ width="70"/>
+ <button
+ follows="bottom|right"
+ height="23"
+ label="Cancel"
+ layout="topleft"
+ left_pad="5"
+ name="cancel"
+ width="70"/>
+</floater>