diff options
author | McCabe Maxsted | 2009-09-27 13:53:56 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-27 13:53:56 -0700 |
commit | aa3b33c107964d423131219c915030aea124a8df (patch) | |
tree | a37ed32c409036137c4187a6349a5aa5f9398815 /linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | |
parent | Deleted duplicate Torley windlight sky preset (diff) | |
download | meta-impy-aa3b33c107964d423131219c915030aea124a8df.zip meta-impy-aa3b33c107964d423131219c915030aea124a8df.tar.gz meta-impy-aa3b33c107964d423131219c915030aea124a8df.tar.bz2 meta-impy-aa3b33c107964d423131219c915030aea124a8df.tar.xz |
Fixed JPEG quality slider displaying over high-res checkbox in snapshot floater (IMP-140)
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml index 9333153..0299100 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-300" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-320" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" follows="left|top" height="526" name="Snapshot" | 3 | can_resize="false" follows="left|top" height="546" name="Snapshot" |
4 | rect_control="FloaterSnapshotRect" title="Snapshot Preview" width="215"> | 4 | rect_control="FloaterSnapshotRect" title="Snapshot Preview" width="215"> |
5 | <text bottom_delta="-40" follows="top|left" height="15" left="10" name="type_label" | 5 | <text bottom_delta="-40" follows="top|left" height="15" left="10" name="type_label" |
6 | width="195"> | 6 | width="195"> |
@@ -140,9 +140,9 @@ | |||
140 | <check_box bottom_delta="-20" follows="left|top" label="Constrain Proportions" left="10" | 140 | <check_box bottom_delta="-20" follows="left|top" label="Constrain Proportions" left="10" |
141 | name="keep_aspect_check" /> | 141 | name="keep_aspect_check" /> |
142 | <slider bottom_delta="-20" decimal_digits="0" follows="left|top" height="15" | 142 | <slider bottom_delta="-20" decimal_digits="0" follows="left|top" height="15" |
143 | increment="1" initial_val="75" label="Image Quality" left="10" | 143 | increment="1" initial_val="75" label="Image Quality" left="10" label_width="80" |
144 | max_val="100" min_val="0" name="image_quality_slider" width="210" /> | 144 | max_val="100" min_val="0" name="image_quality_slider" width="210" /> |
145 | <check_box bottom_delta="0" follows="left|top" label="High resolution snapshot" | 145 | <check_box bottom_delta="-20" follows="left|top" label="High resolution snapshot" |
146 | left="10" name="high_res_check" /> | 146 | left="10" name="high_res_check" /> |
147 | <text bottom_delta="-28" follows="left|top" height="20" left="10" | 147 | <text bottom_delta="-28" follows="left|top" height="20" left="10" |
148 | name="layer_type_label" width="50"> | 148 | name="layer_type_label" width="50"> |