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

SL-17640 Make Materials Upload UI localizable

parent 27838840
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
layout="topleft" layout="topleft"
left="10" left="10"
top="5" top="5"
width="128"> width="128"
name="base_color_lbl">
Base Color: Base Color:
</text> </text>
<texture_picker <texture_picker
...@@ -73,7 +74,8 @@ ...@@ -73,7 +74,8 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
top="8"> top="8"
name="base_color_tint_lbl">
Tint Tint
</text> </text>
<color_swatch <color_swatch
...@@ -94,7 +96,8 @@ ...@@ -94,7 +96,8 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="5" top_pad="5"
width="96"> width="96"
name="base_color_transparency_lbl">
Transparency Transparency
</text> </text>
<spinner <spinner
...@@ -117,10 +120,10 @@ ...@@ -117,10 +120,10 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="label alphamode"
text_readonly_color="LabelDisabledColor" text_readonly_color="LabelDisabledColor"
top_pad="5" top_pad="5"
width="90"> width="90"
name="alpha_mode_lbl">
Alpha mode Alpha mode
</text> </text>
<combo_box <combo_box
...@@ -151,7 +154,8 @@ ...@@ -151,7 +154,8 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="5" top_pad="5"
width="96"> width="96"
name="alpha_cutoff_lbl">
Alpha Cutoff Alpha Cutoff
</text> </text>
<spinner <spinner
...@@ -186,7 +190,8 @@ ...@@ -186,7 +190,8 @@
height="10" height="10"
layout="topleft" layout="topleft"
left="10" left="10"
top="5"> top="5"
name="metallic_roughness_lbl">
Metallic-Roughness: Metallic-Roughness:
</text> </text>
<texture_picker <texture_picker
...@@ -222,7 +227,8 @@ ...@@ -222,7 +227,8 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
top="8"> top="8"
name="metallic_factor_lbl">
Metallic Factor Metallic Factor
</text> </text>
<spinner <spinner
...@@ -246,7 +252,8 @@ ...@@ -246,7 +252,8 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="5" top_pad="5"
width="96"> width="96"
name="roughness_factor_lbl">
Roughness Factor Roughness Factor
</text> </text>
<spinner <spinner
...@@ -282,7 +289,8 @@ ...@@ -282,7 +289,8 @@
layout="topleft" layout="topleft"
left="10" left="10"
top="5" top="5"
width="64"> width="64"
name="emissive_lbl">
Emissive: Emissive:
</text> </text>
<texture_picker <texture_picker
...@@ -317,7 +325,8 @@ ...@@ -317,7 +325,8 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
top="8"> top="8"
name="emissive_tint_lbl">
Tint Tint
</text> </text>
<color_swatch <color_swatch
...@@ -350,7 +359,8 @@ ...@@ -350,7 +359,8 @@
layout="topleft" layout="topleft"
left="10" left="10"
top="5" top="5"
width="64"> width="64"
name="normal_lbl">
Normal: Normal:
</text> </text>
<texture_picker <texture_picker
......
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