diff options
author | McCabe Maxsted | 2010-10-03 06:45:12 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-03 06:46:32 -0700 |
commit | 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00 (patch) | |
tree | 73bf811ff44204068dd5af019ab2405ef3859c3f /linden/indra/newview/skins/default/xui | |
parent | Allow export of megaprims from SL by people who've given us permission (diff) | |
download | meta-impy-2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.zip meta-impy-2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.tar.gz meta-impy-2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.tar.bz2 meta-impy-2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.tar.xz |
Reduced the max width and height for the snapshot window to hopefully lower the crash rate a little
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | 4 |
1 files changed, 2 insertions, 2 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 3b039de..db4d1e1 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 | |||
@@ -136,10 +136,10 @@ | |||
136 | </combo_box> | 136 | </combo_box> |
137 | 137 | ||
138 | <spinner bottom_delta="-25" decimal_digits="0" follows="left|top" height="20" | 138 | <spinner bottom_delta="-25" decimal_digits="0" follows="left|top" height="20" |
139 | increment="32" label="Width" label_width="30" left="10" max_val="6016" | 139 | increment="32" label="Width" label_width="30" left="10" max_val="4096" |
140 | min_val="32" name="snapshot_width" width="95" allow_text_entry="false"/> | 140 | min_val="32" name="snapshot_width" width="95" allow_text_entry="false"/> |
141 | <spinner bottom_delta="0" decimal_digits="0" follows="left|top" height="20" | 141 | <spinner bottom_delta="0" decimal_digits="0" follows="left|top" height="20" |
142 | increment="32" label="Height" label_width="35" left="110" max_val="6016" | 142 | increment="32" label="Height" label_width="35" left="110" max_val="4096" |
143 | min_val="32" name="snapshot_height" width="95" allow_text_entry="false"/> | 143 | min_val="32" name="snapshot_height" width="95" allow_text_entry="false"/> |
144 | <check_box bottom_delta="-20" follows="left|top" label="Constrain Proportions" left="10" | 144 | <check_box bottom_delta="-20" follows="left|top" label="Constrain Proportions" left="10" |
145 | name="keep_aspect_check" /> | 145 | name="keep_aspect_check" /> |