Skip to content
Snippets Groups Projects
Commit a2b95e0d authored by jvoigts's avatar jvoigts
Browse files

Fixed button positions

parent 5ecfd4a6
Branches
Tags
No related merge requests found
......@@ -173,8 +173,8 @@ void LfpDisplayCanvas::resized()
spreadSelection->setBounds(345,getHeight()-30,100,25);
colorGroupingSelection->setBounds(620,getHeight()-30,100,25);
invertInputButton->setBounds(750,getHeight()-40,100,22);
drawMethodButton->setBounds(750,getHeight()-20,100,22);
invertInputButton->setBounds(750,getHeight()-50,100,22);
drawMethodButton->setBounds(750,getHeight()-25,100,22);
for (int i = 0; i < 8; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment