[Bf-blender-cvs] [21271fd9873] temp-checkbox-layout-tweaks: Fix wrong use of heading in Preferences

William Reynish noreply at git.blender.org
Mon Apr 13 17:02:47 CEST 2020


Commit: 21271fd9873ee835dc04d84d1827163297529e70
Author: William Reynish
Date:   Mon Apr 13 17:01:48 2020 +0200
Branches: temp-checkbox-layout-tweaks
https://developer.blender.org/rB21271fd9873ee835dc04d84d1827163297529e70

Fix wrong use of heading in Preferences

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 75319402043..be0e85fb44b 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1406,7 +1406,7 @@ class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, Panel):
             layout.prop(inputs, "tablet_api")
             layout.separator()
 
-        col = layouts.column(heading = "Pressure")
+        col = layout.column()
         col.prop(inputs, "pressure_threshold_max")
         col.prop(inputs, "pressure_softness")



More information about the Bf-blender-cvs mailing list