Client window is abnormally small

So I just went through a whole bunch of work in order to setup my IDE for making plugins which included removing the testmods and testplugins folders and now when I run the client, the window is all buggy and weird. This is what it looks like before I maximize the tab:pic1

and this is what it looks like after maximizing the tab: PNG

are you using eclipse? there’s some dependency ordering issues
add this to the build gradle configurations { testCompile.extendsFrom(forgeGradleMcDeps) }

or you can manually move lwjgl 2.9.4 to the top of the dependencies, well just make sure its above 2.9.1 added by legacylauncher

Well that worked perfectly, thank you for the help