marquesrb Posted August 19, 2015 Share Posted August 19, 2015 Hi. Is there any way to change (increase) font size on grouping titles? Renato Quote Link to comment Share on other sites More sharing options...
Sherzod Posted August 20, 2015 Share 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 Link to comment Share on other sites More sharing options...
marquesrb Posted August 20, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
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.