Page 1 of 1

Removing rounded courners from Region

PostPosted: 15 Jan 2016 14:28
by markus_ja
Hello,

what's the prefered way to remove the 'ui-corners-all' css class? I use regions as containers, so I don't need the corners from the theme.
See attchement.
corners.jpg

Re: Removing rounded courners from Region

PostPosted: 15 Jan 2016 15:03
by Alexander Bulei
Hi,

what's the prefered way to remove the 'ui-corners-all' css class? I use regions as containers, so I don't need the corners from the theme.


delphi code
CGAppearanceSettings.Corners:= False;


Best Regards.

Re: Removing rounded courners from Region

PostPosted: 15 Jan 2016 15:18
by markus_ja
Thanks, perfect :)