marquesrb Posted August 19, 2015 Posted August 19, 2015 Hi. Is there any way to change (increase) font size on grouping titles? Renato Quote
Sherzod Posted August 20, 2015 Posted August 20, 2015 Hi, One of the possible solutions, try: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}")'); end; Best regards. 1 Quote
marquesrb Posted August 20, 2015 Author Posted August 20, 2015 Hi, One of the possible solutions, try: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}")'); end; Best regards. Hi. It worked, thank you very much. Renato Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.