Skip to content
Snippets Groups Projects
Commit 8da778ad authored by Jakob Voigts's avatar Jakob Voigts
Browse files

made channel mapping editor selection wider

works for 64 channels now
parent 4f3ebb30
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ ChannelMappingEditor::ChannelMappingEditor(GenericProcessor* parentNode, bool us
: GenericEditor(parentNode, useDefaultParameterEditors), previousChannelCount(0)
{
desiredWidth = 190;
desiredWidth = 340;
ElectrodeEditorButton* e1 = new ElectrodeEditorButton("MAPPING",Font("Small Text",14,Font::plain));
e1->addListener(this);
......@@ -104,7 +104,7 @@ void ChannelMappingEditor::createElectrodeButtons(int numNeeded)
channelArray.add(i+1);
if (column%8 == 0)
if (column%16 == 0)
{
column = 0;
row++;
......
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