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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-22 14:57:42 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-22 22:47:51 +0300
commit15ca90489fa85cb5c61be98eeafc2c35fdcbaa7f (patch)
treea0b7e724d9554501c8dba07aa942af71fbf188ac /release/scripts
parentb8404be8a880626b2fa2b761cc650d3ea7adec38 (diff)
UI: make button roundness themeable.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 9afda6b77bf..3747ecbdb48 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -726,6 +726,7 @@ class USERPREF_PT_theme(Panel):
colsub.row().prop(widget_style, "item", slider=True)
colsub.row().prop(widget_style, "inner", slider=True)
colsub.row().prop(widget_style, "inner_sel", slider=True)
+ colsub.row().prop(widget_style, "roundness")
subsplit = row.split(percentage=0.85)