Related to #29092: make the working of the Mist Intensity option more clear in

the user interface.
This commit is contained in:
2011-11-02 12:18:51 +00:00
parent e29aa363f2
commit 3d35e004d3
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ class WORLD_PT_mist(WorldButtonsPanel, Panel):
split = layout.split()
col = split.column()
col.prop(world.mist_settings, "intensity", slider=True)
col.prop(world.mist_settings, "intensity")
col.prop(world.mist_settings, "start")
col = split.column()