diff options
| author | Daniel J. Ramirez | 2017-09-03 01:49:31 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-09-03 01:49:31 -0500 |
| commit | e298f931a614af94335069dc97878c09a986a478 (patch) | |
| tree | 179755dbac9222ff8dbe704c126d1b22d0cc4540 /editor/filesystem_dock.cpp | |
| parent | ce28452109676d55e4d1fbb7158c8bf1fa8db406 (diff) | |
| download | godot-e298f931a614af94335069dc97878c09a986a478.tar.gz godot-e298f931a614af94335069dc97878c09a986a478.tar.zst godot-e298f931a614af94335069dc97878c09a986a478.zip | |
Diffstat (limited to 'editor/filesystem_dock.cpp')
| -rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 04036f410..a66d1724a 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() { |
