comment the icon file from the theme buttons since its not working.

This commit is contained in:
Campbell Barton 2013-06-22 18:08:58 +00:00
parent e4bb913510
commit c6adbe794e

@ -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)