| 1234567891011121314151617181920212223 |
- //-----------------------------------------------------------------------------
- // Verve
- // Copyright (C) - Violent Tulip
- //-----------------------------------------------------------------------------
- //-----------------------------------------------------------------------------
- //
- // Recent Files
- //
- //-----------------------------------------------------------------------------
- $Pref::VerveEditor::RecentFileSize = 10;
- //-----------------------------------------------------------------------------
- //
- // Event Snap
- //
- //-----------------------------------------------------------------------------
- $Pref::VerveEditor::Event::SnapToTime = true;
- $Pref::VerveEditor::Event::SnapToTimeThreshold = 100;
- $Pref::VerveEditor::Event::SnapToSiblings = true;
- $Pref::VerveEditor::Event::SnapToSiblingThreshold = 100;
|