Titlebar buttons
-
Is there anyway to remove/disable the maximize button in standalone apps?
-
I found the way to remove this is to edit this line - https://github.com/christophhart/HISE/blob/master/hi_frontend/frontend/FrontEndProcessor.cpp#L674 and the JUCE tutorial filled in the details.
@Christoph-Hart I'm setting this in my HISE fork to only show the minimize and close buttons. Should I make a pull request? I can't think of a reason anyone would want the maximize button since the UI isn't freely rescalable so you just end up with a load of black space.
-
-