Skip to content
Snippets Groups Projects
Commit b7e8d69b authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'master' of https://github.com/open-ephys/GUI

parents 20182141 f629b638
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ void LfpDisplayCanvas::resized()
for (int i = 0; i < 8; i++)
{
eventDisplayInterfaces[i]->setBounds(500+(floor(i/2)*20), getHeight()-20-(i%2)*20, 40, 20); // arrange event channel buttons in two rows
eventDisplayInterfaces[i]->setBounds(500+(floor(i/2)*20), getHeight()-40+(i%2)*20, 40, 20); // arrange event channel buttons in two rows
eventDisplayInterfaces[i]->repaint();
}
......@@ -1035,7 +1035,6 @@ void LfpChannelDisplayInfo::paint(Graphics& g)
{
int center = getHeight()/2;
g.setColour(lineColour);
......@@ -1110,4 +1109,4 @@ void eventDisplayInterface::paint(Graphics& g)
//g.drawText(String(channelNumber), 8, 2, 200, 15, Justification::left, false);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment