More snapshot UI tweaks.
This commit is contained in:
@@ -6822,6 +6822,22 @@ This should be as low as possible, but too low may break functionality</string>
|
||||
<integer>400</integer>
|
||||
</array>
|
||||
</map>
|
||||
<key>FloaterSnapshotPostcardRect</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Rectangle for snapshot postcard window</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>Rect</string>
|
||||
<key>Value</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>346</integer>
|
||||
<integer>450</integer>
|
||||
<integer>400</integer>
|
||||
</array>
|
||||
</map>
|
||||
<key>FloaterSoundsRect</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
|
||||
can_resize="true" height="380" min_height="380" min_width="450"
|
||||
name="Postcard" title="Email Snapshot" width="450">
|
||||
can_resize="true" height="346" min_height="346" min_width="450"
|
||||
name="Postcard" title="Email Snapshot" width="450"
|
||||
rect_control="FloaterSnapshotPostcardRect">
|
||||
<text bottom="-35" follows="top|left" font="SansSerif" left="12" name="to_label">
|
||||
Recipient's Email:
|
||||
</text>
|
||||
@@ -34,10 +35,6 @@
|
||||
max_length="700" name="msg_form" width="420" spell_check="true">
|
||||
Type your message here.
|
||||
</text_editor>
|
||||
<text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12"
|
||||
name="fine_print">
|
||||
If your recipient joins our universe, you'll get a referral bonus.
|
||||
</text>
|
||||
<button bottom_delta="-32" follows="right|bottom" height="20" label="Cancel"
|
||||
name="cancel_btn" right="-10" width="100" />
|
||||
<button bottom_delta="0" follows="right|bottom" height="20" label="Send"
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
Save to my hard drive
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<button bottom_delta="-28" follows="left|top" height="20" label="Take snapshot" left="10"
|
||||
name="new_snapshot_btn" width="105" tool_tip="Make a snapshot of the current view. Use the save and/or upload button to actually save it. The latest snapshot is shown in the thumbnail. In Freeze Time mode a preview of the new snapshot is also shown full screen (note that this has NOT the same quality as the real thing that will be saved: it is downscaled from the actual formatted image to a power of two with a max. resolution of 1024x1024, in order to be displayed in openGL and then probably stretched again to fill your screen). Press ESC to go back to Freeze Time." />
|
||||
<button bottom_delta="0" follows="left|top" height="20" label="Freeze time" left="119"
|
||||
name="freeze_time_btn" width="90" tool_tip="Show a fullscreen preview. Allows to cam around as if time is frozen and make multiple snapshots of the same scene. Press ESC to undo!" />
|
||||
<button bottom_delta="-28" follows="left|top" height="20" label="Refresh snapshot" left="10"
|
||||
name="new_snapshot_btn" width="115" tool_tip="Make a snapshot of the current view. Use the save and/or upload button to actually save it. The latest snapshot is shown in the thumbnail. In Freeze Time mode a preview of the new snapshot is also shown full screen (note that this has NOT the same quality as the real thing that will be saved: it is downscaled from the actual formatted image to a power of two with a max. resolution of 1024x1024, in order to be displayed in openGL and then probably stretched again to fill your screen). Press ESC to go back to Freeze Time." />
|
||||
<button bottom_delta="0" follows="left|top" height="20" label="Freeze time" left="129"
|
||||
name="freeze_time_btn" width="80" tool_tip="Freeze time and show a fullscreen preview. Allows to cam around as if time is frozen and make multiple snapshots of the same scene. Press ESC to undo!" />
|
||||
<button bottom_delta="-22" follows="left|top" height="20" label="Upload" left="10"
|
||||
name="feed_btn" width="105" />
|
||||
<button bottom_delta="0" follows="left|top" height="20" label="Send" left="10"
|
||||
|
||||
Reference in New Issue
Block a user