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

SL-19757 Restore word "Materials" to editor's menu #2

parent 30a3f8b6
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -132,15 +132,27 @@ ...@@ -132,15 +132,27 @@
name="object_horizontal" name="object_horizontal"
top_pad="4" top_pad="4"
width="278" /> width="278" />
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left="12"
top_pad="12"
name="label_matmedia"
width="90">
Material
</text>
<combo_box <combo_box
height="23" height="23"
layout="topleft" layout="topleft"
left="10" left="10"
name="combobox matmedia" name="combobox matmedia"
top_pad="17" top_pad="5"
width="90"> width="90">
<combo_box.item <combo_box.item
label="Materials" label="Blinn-Phong"
name="Materials" name="Materials"
value="Materials" /> value="Materials" />
<combo_box.item <combo_box.item
...@@ -156,7 +168,7 @@ ...@@ -156,7 +168,7 @@
height="84" height="84"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
top_delta="-10" top_delta="-20"
width="150" width="150"
visible = "false" visible = "false"
name="radio_material_type"> name="radio_material_type">
......
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