Skip to content
Snippets Groups Projects
Commit c9f5b470 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix cut off text issues in windlight edit

parent 66ca86f0
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
name="probe_ambiance_label" name="probe_ambiance_label"
tool_tip="Irradiance control. When not zero, enables HDR lighting model." tool_tip="Irradiance control. When not zero, enables HDR lighting model."
top_pad="15" top_pad="15"
width="180">Reflection Probe Ambiance (HDR):</text> width="199">Reflection Probe Ambiance (HDR):</text>
<slider decimal_digits="2" <slider decimal_digits="2"
follows="left|top" follows="left|top"
height="16" height="16"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
layout="topleft" layout="topleft"
left_delta="15" left_delta="15"
top_pad="15" top_pad="15"
width="80"> width="86">
Ambient Color: Ambient Color:
</text> </text>
<color_swatch <color_swatch
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
follows="left" follows="left"
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="90" left_delta="95"
top_delta="-15" top_delta="-15"
width="80"> width="80">
Blue Horizon: Blue Horizon:
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
follows="left" follows="left"
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="90" left_delta="95"
top_delta="-15" top_delta="-15"
width="80"> width="80">
Blue Density: Blue Density:
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
layout="topleft" layout="topleft"
left_delta="15" left_delta="15"
top_pad="15" top_pad="15"
width="80"> width="140">
Haze Horizon: Haze Horizon:
</text> </text>
<slider <slider
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
layout="topleft" layout="topleft"
left_delta="-5" left_delta="-5"
top_delta="25" top_delta="25"
width="80"> width="140">
Haze Density: Haze Density:
</text> </text>
<slider <slider
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
layout="topleft" layout="topleft"
left_delta="-5" left_delta="-5"
top_delta="25" top_delta="25"
width="80"> width="140">
Moisture Level: Moisture Level:
</text> </text>
<slider <slider
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
layout="topleft" layout="topleft"
left_delta="-5" left_delta="-5"
top_delta="25" top_delta="25"
width="80"> width="140">
Droplet Radius: Droplet Radius:
</text> </text>
<slider <slider
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
layout="topleft" layout="topleft"
left_delta="-5" left_delta="-5"
top_delta="25" top_delta="25"
width="80"> width="140">
Ice Level: Ice Level:
</text> </text>
<slider <slider
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
layout="topleft" layout="topleft"
left_delta="-5" left_delta="-5"
top_delta="25" top_delta="25"
width="80"> width="140">
Brightness: Brightness:
</text> </text>
<slider <slider
......
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
layout="topleft" layout="topleft"
left="10" left="10"
top="90" top="90"
width="215"> width="150">
Reflection Wavelet Scale Reflection Wavelet Scale
</text> </text>
<slider <slider
......
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