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>2015-12-01 08:57:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-01 08:58:47 +0300
commit6783c673e6457399ef2cb0c5ee65fcfe8a1d07f0 (patch)
tree9ad10d786f13c82d8bedad9d90f90238765a0f49 /release
parent0b1b7746745a75ca04f698cc1c2a9636c1f65576 (diff)
UI: mono-space font user preference
Diffstat (limited to 'release')
-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 d8b033b94e3..70cfec9c9b3 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -527,6 +527,7 @@ class USERPREF_PT_system(Panel):
column.separator()
column.prop(system, "font_path_ui")
+ column.prop(system, "font_path_ui_mono")
if bpy.app.build_options.international:
column.prop(system, "use_international_fonts")