From e298f931a614af94335069dc97878c09a986a478 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Sun, 3 Sep 2017 01:49:31 -0500 Subject: Fixed some metrics (some issues caused by the new Noto Sans font). plus other minor fixes --- editor/filesystem_dock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/filesystem_dock.cpp') diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 04036f410a..a66d1724a1 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -1839,7 +1839,7 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) { path = "res://"; - add_constant_override("separation", 3); + add_constant_override("separation", 4); } FileSystemDock::~FileSystemDock() { -- cgit v1.2.3