ABeltramo opened this issue 10 years ago · 1 comments
How can I set up just a flat background color without gradient?
Already tried
popup.hasShadow = NO; popup.has3DStyle = NO;
In search of a solution I downloaded the source and founded this property:
popup.hasGradientBackground = NO;
Maybe it's time to update the README..