Remember floater rectangle

This commit is contained in:
Aleric Inglewood
2013-01-29 23:20:02 +01:00
parent 7ba0b6482c
commit b3adf71ed7
2 changed files with 18 additions and 1 deletions

View File

@@ -6848,6 +6848,22 @@ This should be as low as possible, but too low may break functionality</string>
<integer>0</integer>
</array>
</map>
<key>FloaterModelUploadRect</key>
<map>
<key>Comment</key>
<string>Rectangle for mesh upload floater</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Rect</string>
<key>Value</key>
<array>
<integer>0</integer>
<integer>480</integer>
<integer>940</integer>
<integer>52</integer>
</array>
</map>
<key>FloaterMoveRect2</key>
<map>
<key>Comment</key>

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Model Preview" title="Upload Model"
can_close="true" can_resize="false" can_minimize="true" can_drag_on_left="false"
min_width="940" min_height="480" width="940" height="480">
min_width="940" min_height="480" width="940" height="480"
rect_control="FloaterModelUploadRect">
<string name="status_idle"></string>
<string name="status_parse_error">Error: Dae parsing issue - see log for details.</string>