Kicker: a bit of an additional GUI tweak

This commit is contained in:
Vesa
2014-05-16 20:33:53 +03:00
parent 2ff70e6aba
commit bbcb8635e2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -263,8 +263,8 @@ kickerInstrumentView::kickerInstrumentView( Instrument * _instrument,
InstrumentView( _instrument, _parent )
{
const int ROW1 = 14;
const int ROW2 = ROW1 + 51;
const int ROW3 = ROW2 + 51;
const int ROW2 = ROW1 + 56;
const int ROW3 = ROW2 + 56;
const int LED_ROW = 63;
const int COL1 = 14;
const int COL2 = COL1 + 56;