Fix scroll bar gap

Closes #1437
This commit is contained in:
Tres Finocchiaro
2014-12-13 12:11:31 -05:00
parent 90bb470642
commit a182a3e8cc

View File

@@ -86,7 +86,7 @@ const char * volume_help = QT_TRANSLATE_NOOP( "InstrumentTrack",
const int INSTRUMENT_WIDTH = 254;
const int INSTRUMENT_HEIGHT = INSTRUMENT_WIDTH;
const int PIANO_HEIGHT = 84;
const int PIANO_HEIGHT = 82;
const int INSTRUMENT_WINDOW_CACHE_SIZE = 8;