Enable custom and window resolution for snapshots to inventory and set the max size to 1024, not 512. -- on request of Vivena (and the in-world group as a whole)

This commit is contained in:
Inusaito Sayori
2014-05-09 09:30:13 -04:00
parent 77a13963bb
commit e6bc8f8583
2 changed files with 9 additions and 4 deletions

View File

@@ -104,6 +104,9 @@
</combo_box>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Resolution" left="10"
name="texture_size_combo" width="115">
<combo_item name="CurrentWindow" value="[i0,i0]">
Current Window
</combo_item>
<combo_item name="512x512" value="[i512,i512]">
512x512 (1:1)
</combo_item>
@@ -131,6 +134,9 @@
<combo_item name="128x512" value="[i128,i512]">
128x512 (1:4)
</combo_item>
<combo_item name="Custom" value="[i-1,i-1]">
Custom
</combo_item>
</combo_box>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Resolution" left="10"
name="local_size_combo" width="115">