Skip to content
Snippets Groups Projects
Unverified Commit aa687c00 authored by Maxim Nikolenko's avatar Maxim Nikolenko Committed by GitHub
Browse files

viewer-issues#85: update advanced graphics preferences UI layout

parent 35911665
No related branches found
No related tags found
No related merge requests found
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
layout="topleft" layout="topleft"
left="420" left="420"
name="TransparentWater" name="TransparentWater"
top_delta="16" top_delta="18"
width="300"> width="300">
<check_box.commit_callback <check_box.commit_callback
function="Pref.RenderOptionUpdate" /> function="Pref.RenderOptionUpdate" />
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
max_val="128" max_val="128"
name="SkyMeshDetail" name="SkyMeshDetail"
show_text="false" show_text="false"
top_delta="16" top_delta="22"
width="260"> width="260">
<slider.commit_callback <slider.commit_callback
function="Pref.UpdateSliderText" function="Pref.UpdateSliderText"
...@@ -583,7 +583,7 @@ ...@@ -583,7 +583,7 @@
layout="topleft" layout="topleft"
left="420" left="420"
name="UseSSAO" name="UseSSAO"
top_delta="16" top_delta="22"
width="240"> width="240">
<check_box.commit_callback <check_box.commit_callback
function="Pref.RenderOptionUpdate" /> function="Pref.RenderOptionUpdate" />
...@@ -597,7 +597,7 @@ ...@@ -597,7 +597,7 @@
layout="topleft" layout="topleft"
left="420" left="420"
name="UseDoF" name="UseDoF"
top_delta="16" top_delta="20"
width="240"> width="240">
<check_box.commit_callback <check_box.commit_callback
function="Pref.RenderOptionUpdate" /> function="Pref.RenderOptionUpdate" />
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
left="420" left="420"
name="RenderShadowDetailText" name="RenderShadowDetailText"
text_readonly_color="LabelDisabledColor" text_readonly_color="LabelDisabledColor"
top_delta="16" top_delta="22"
width="128"> width="128">
Shadows: Shadows:
</text> </text>
...@@ -646,7 +646,7 @@ ...@@ -646,7 +646,7 @@
layout="topleft" layout="topleft"
left="420" left="420"
name="ScreenSpaceReflections" name="ScreenSpaceReflections"
top_delta="16" top_delta="24"
width="240"> width="240">
<check_box.commit_callback <check_box.commit_callback
function="Pref.RenderOptionUpdate" /> function="Pref.RenderOptionUpdate" />
...@@ -661,7 +661,7 @@ ...@@ -661,7 +661,7 @@
left="420" left="420"
name="ReflectionDetailText" name="ReflectionDetailText"
text_readonly_color="LabelDisabledColor" text_readonly_color="LabelDisabledColor"
top_delta="16" top_delta="22"
width="128"> width="128">
Reflection Detail: Reflection Detail:
</text> </text>
...@@ -697,7 +697,7 @@ ...@@ -697,7 +697,7 @@
left="420" left="420"
name="ReflectionProbeText" name="ReflectionProbeText"
text_readonly_color="LabelDisabledColor" text_readonly_color="LabelDisabledColor"
top_delta="16" top_delta="22"
width="128"> width="128">
Reflection Coverage: Reflection Coverage:
</text> </text>
...@@ -743,7 +743,7 @@ ...@@ -743,7 +743,7 @@
max_val="1.5" max_val="1.5"
name="RenderExposure" name="RenderExposure"
show_text="true" show_text="true"
top_delta="20" top_delta="24"
width="260"> width="260">
</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