[Bf-blender-cvs] [6edfa73f5c] master: Revert the change of a default in a recent commit

Aaron Carlisle noreply at git.blender.org
Thu Feb 2 05:47:41 CET 2017


Commit: 6edfa73f5c34260c29b8c0bdd2e90f4a690eef49
Author: Aaron Carlisle
Date:   Wed Feb 1 23:46:53 2017 -0500
Branches: master
https://developer.blender.org/rB6edfa73f5c34260c29b8c0bdd2e90f4a690eef49

Revert the change of a default in a recent commit

This was my own mistake

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 0eab38faca..e68e67586e 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -3937,7 +3937,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "dpi", PROP_INT, PROP_NONE);
 	RNA_def_property_int_sdna(prop, NULL, "dpi");
-	RNA_def_property_range(prop, 16, 256);
+	RNA_def_property_range(prop, 48, 144);
 	RNA_def_property_ui_text(prop, "DPI", "Font size and resolution for display");
 	RNA_def_property_update(prop, 0, "rna_userdef_dpi_update");




More information about the Bf-blender-cvs mailing list