Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-06 17:16:06 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-06 17:17:07 +0300
commit19d651ca9a694f556c76a09c2822b81ae1dc18a5 (patch)
tree9d869d3ddd8853c6c8cdd9e4a282920839a8faaa /release
parentd706101559c053429439b0623fcb0f6cc536611d (diff)
View3DShading popover: Naming + alignment
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 03446254a89..c1793d95245 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3535,7 +3535,7 @@ class VIEW3D_PT_shading(Panel):
row = col.split(0.4)
row.active = not shading.show_xray
row.prop(shading, "show_cavity")
- sub = row.column()
+ sub = row.column(align=True)
sub.active = not shading.show_xray and shading.show_cavity
sub.prop(shading, "cavity_ridge_factor")
sub.prop(shading, "cavity_valley_factor")