More updates to song editor graphics based on feedback and IRC discussions

also fixed the automation pattern rendering which had some slightly bad behaviour
This commit is contained in:
Vesa
2014-02-24 01:49:48 +02:00
parent 8b138202ca
commit 3ccc0685b7
6 changed files with 85 additions and 60 deletions

View File

@@ -67,7 +67,7 @@ const int TRACK_OP_WIDTH_COMPACT = 60;
const int MINIMAL_TRACK_HEIGHT = 8;
const int DEFAULT_TRACK_HEIGHT = 32;
const int TCO_BORDER_WIDTH = 1;
const int TCO_BORDER_WIDTH = 2;
class trackContentObject : public Model, public JournallingObject