Merge branch 'meshupload' of git://github.com/AlericInglewood/SingularityViewer into meshup
This commit is contained in:
@@ -69,22 +69,22 @@
|
||||
<combo_item name="CurrentWindow" value="[i0,i0]">
|
||||
Current Window
|
||||
</combo_item>
|
||||
<combo_item name="500x500" value="[i500,i500]">
|
||||
<combo_item name="500x500" value="[i630,i-2]">
|
||||
500x500 (1:1)
|
||||
</combo_item>
|
||||
<combo_item name="500x375" value="[i500,i375]">
|
||||
<combo_item name="500x375" value="[i840,i-2]">
|
||||
500x375 (4:3)
|
||||
</combo_item>
|
||||
<combo_item name="500x350" value="[i500,i350]">
|
||||
<combo_item name="500x350" value="[i900,i-2]">
|
||||
500x350 (10:7)
|
||||
</combo_item>
|
||||
<combo_item name="500x313" value="[i500,i313]">
|
||||
<combo_item name="500x313" value="[i1008,i-2]">
|
||||
500x313 (16:10)
|
||||
</combo_item>
|
||||
<combo_item name="500x281" value="[i500,i281]">
|
||||
<combo_item name="500x281" value="[i1120,i-2]">
|
||||
500x281 (16:9)
|
||||
</combo_item>
|
||||
<combo_item name="500x250" value="[i500,i250]">
|
||||
<combo_item name="500x250" value="[i1260,i-2]">
|
||||
500x250 (2:1)
|
||||
</combo_item>
|
||||
<combo_item name="Custom" value="[i-1,i-1]">
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
left="10"
|
||||
right="-10"
|
||||
type="string"
|
||||
word_wrap="true"/>
|
||||
word_wrap="true">
|
||||
Type your message here.
|
||||
</text_editor>
|
||||
<check_box
|
||||
follows="left|bottom"
|
||||
initial_value="true"
|
||||
@@ -46,6 +48,9 @@
|
||||
name="post_btn"
|
||||
bottom_delta="0"
|
||||
width="100"/>
|
||||
<string name="default_message">
|
||||
Click on the 'snapshot' link above to see the larger original.
|
||||
</string>
|
||||
<string name="upload_message">
|
||||
"Uploading..."
|
||||
</string>
|
||||
|
||||
Reference in New Issue
Block a user