Skip to content
Snippets Groups Projects
Commit 6943b28a authored by Josh Siegle's avatar Josh Siegle
Browse files

Change bounds of lfpDisplay

parent f0e66168
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ void LfpDisplayCanvas::resized()
timescale->setBounds(0,0,getWidth(),30);
viewport->setBounds(scrollBarThickness,30,getWidth()-scrollBarThickness,getHeight()-90);
viewport->setBounds(0,30,getWidth()-scrollBarThickness,getHeight()-90);
lfpDisplay->setBounds(0,0,getWidth()-scrollBarThickness*2, lfpDisplay->getTotalHeight());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment