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:
authorCampbell Barton <ideasman42@gmail.com>2013-06-22 22:08:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-22 22:08:58 +0400
commitc6adbe794e68337179b33d101085fd0aa1ad15c9 (patch)
treebe2ec10dd1407bba5229f6d120da0478f813b3a8 /release
parente4bb9135103f404d7af0f95d1effab208f0a8a15 (diff)
comment the icon file from the theme buttons since its not working.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index a497ecfb927..7cd8cb8fb7c 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -734,8 +734,9 @@ class USERPREF_PT_theme(Panel):
padding = subsplit.split(percentage=0.15)
colsub = padding.column()
colsub = padding.column()
- colsub.active = False
- colsub.row().prop(ui, "icon_file")
+ # Not working yet.
+ #~ colsub.active = False
+ #~ colsub.row().prop(ui, "icon_file")
subsplit = row.split(percentage=0.85)