aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-11-12 22:59:29 -0700
committerMcCabe Maxsted2010-11-12 22:59:29 -0700
commitd6357d0ddc7898b3f7bd1ac33419f25047f103cf (patch)
tree83a831258f5c204eab6720823bfebf7dd2ff7d61 /linden/indra
parentFixed command line window missing a name for translation (patch by Eryn) (diff)
downloadmeta-impy-d6357d0ddc7898b3f7bd1ac33419f25047f103cf.zip
meta-impy-d6357d0ddc7898b3f7bd1ac33419f25047f103cf.tar.gz
meta-impy-d6357d0ddc7898b3f7bd1ac33419f25047f103cf.tar.bz2
meta-impy-d6357d0ddc7898b3f7bd1ac33419f25047f103cf.tar.xz
Revert "Reduced the max width and height for the snapshot window to hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful
This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml4
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 db4d1e1..3b039de 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="4096" 139 increment="32" label="Width" label_width="30" left="10" max_val="6016"
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="4096" 142 increment="32" label="Height" label_width="35" left="110" max_val="6016"
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" />