From f57d98fb0b249fb5e42d05814128620cc0237c6f Mon Sep 17 00:00:00 2001 From: Dave French Date: Tue, 6 Jan 2015 00:09:08 +0000 Subject: [PATCH] Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should not allow graphics to be cut off. --- include/Track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Track.h b/include/Track.h index f6218c53d..800524a9e 100644 --- a/include/Track.h +++ b/include/Track.h @@ -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;