Merge pull request #1560 from curlymorphic/i1350

Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should no...
This commit is contained in:
Tres Finocchiaro
2015-01-05 21:04:21 -05:00

View File

@@ -67,7 +67,7 @@ const int TRACK_OP_WIDTH_COMPACT = 60;
* Tracks can be resized by shift-dragging anywhere inside the track
* display. This sets the minimum size in pixels for a track.
*/
const int MINIMAL_TRACK_HEIGHT = 8;
const int MINIMAL_TRACK_HEIGHT = 32;
const int DEFAULT_TRACK_HEIGHT = 32;
const int TCO_BORDER_WIDTH = 2;