Fix too dense timeline grid spacing

The default spacing changed when this started using the user preferences,
this makes it work more similar to before that.
This commit is contained in:
Brecht Van Lommel
2019-05-22 19:29:56 +02:00
parent 7c819b5964
commit 11e87510ef

View File

@@ -114,6 +114,9 @@ void BLO_update_defaults_userpref_blend(void)
/* Default to left click select. */
BKE_keyconfig_pref_set_select_mouse(&U, 0, true);
/* Increase a little for new scrubbing area. */
U.v2d_min_gridsize = 45;
}
/**