Skip to content
Snippets Groups Projects
Commit 8895f940 authored by Luboš Horáček's avatar Luboš Horáček
Browse files

Menu scaling fix

parent 36e340e8
Branches
Tags
No related merge requests found
......@@ -45,6 +45,9 @@ public class MainMenuContainer extends Group {
if(screenDimmer!= null) {
screenDimmer.setSize(getWidth(), getHeight());
}
if(mainMenu!=null){
mainMenu.setHeight(getHeight());
}
}
@Override
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment