Skip to content
Snippets Groups Projects
Commit b0b155ef authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-13062 Fixed Scaled-down 'Upload Model' floater having a frame at the bottom

The way legacy_header_height works is just wrong...
parent 884d5024
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,14 @@ ...@@ -4,13 +4,14 @@
can_drag_on_left="false" can_drag_on_left="false"
can_minimize="true" can_minimize="true"
can_resize="true" can_resize="true"
height="600" height="625"
min_height="600" min_height="625"
width="980" width="980"
min_width="980" min_width="980"
name="Model Preview" name="Model Preview"
title="UPLOAD MODEL" title="UPLOAD MODEL"
help_topic="upload_model" > help_topic="upload_model"
legacy_header_height="25">
<string name="status_idle"></string> <string name="status_idle"></string>
<string name="status_parse_error">Error: Dae parsing issue - see log for details.</string> <string name="status_parse_error">Error: Dae parsing issue - see log for details.</string>
...@@ -51,7 +52,7 @@ ...@@ -51,7 +52,7 @@
layout="topleft" layout="topleft"
left="3" left="3"
name="left_panel" name="left_panel"
top_pad="0" top_pad="25"
width="635"> width="635">
<panel <panel
follows="all" follows="all"
...@@ -1630,7 +1631,7 @@ Analysed: ...@@ -1630,7 +1631,7 @@ Analysed:
left="640" left="640"
name="lod_label" name="lod_label"
text_color="White" text_color="White"
top="4" top="29"
height="15" height="15"
width="290"> width="290">
Preview: Preview:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment