浏览代码

increase minimum range in property editor a bit

Juan Linietsky 10 年之前
父节点
当前提交
57380f9aba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/property_editor.cpp

+ 1 - 1
tools/editor/property_editor.cpp

@@ -2362,7 +2362,7 @@ void PropertyEditor::update_tree() {
 				} else {
 					if (p.type == Variant::REAL) {
 
-						item->set_range_config(1, -65536, 65535, 0.01);
+						item->set_range_config(1, -65536, 65535, 0.001);
 					} else {
 
 						item->set_range_config(1, -65536, 65535, 1);