Appease VS2010 warning and make ui code more consistent with the modern standard in daeexport.cpp
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<floater name="Collada Export" title="Collada Export" width="600" height="260" can_close="true" can_minimize="true">
|
||||
<string name="texture_progress">Collada Export: Saving textures ([COUNT] remaining)</string>
|
||||
<text name="file name" follows="bottom|left" left="10" bottom="-48" height="20">File Name:</text>
|
||||
<line_editor name="file name editor" follows="bottom|left" left_delta="60" bottom_delta="4" width="360" height="20"/>
|
||||
<line_editor name="file name editor" follows="bottom|left" left_delta="60" bottom_delta="4" width="360" height="20" enabled="false"/>
|
||||
<button name="browse button" label="Browse" follows="bottom|left" left_delta="363" bottom_delta="0" width="80" height="20">
|
||||
<button.commit_callback function="ColladaExport.FilePicker"/>
|
||||
</button>
|
||||
<button name="export button" label="Export" follows="bottom|left" left_delta="83" bottom_delta="0" width="80" height="20">
|
||||
<button name="export button" label="Export" follows="bottom|left" left_delta="83" bottom_delta="0" width="80" height="20" enabled="false">
|
||||
<button.commit_callback function="ColladaExport.Export"/>
|
||||
</button>
|
||||
<panel border="true" left="10" bottom_delta="-88" height="80" width="200" follows="bottom|left" name="object info panel">
|
||||
|
||||
Reference in New Issue
Block a user