Wilton Ergon Posted March 11, 2020 Posted March 11, 2020 are having problems with big buttons, the text is cutting, I created a clean project, added a tunibuttom, increased the font, and when running and shown as shown in the image. delphi tokyo comunity 10.3 unigui 1.90.0.1523 Quote
Sherzod Posted March 11, 2020 Posted March 11, 2020 30 minutes ago, wilton_rad said: are having problems with big buttons, the text is cutting, I created a clean project, added a tunibuttom, increased the font, and when running and shown as shown in the image. Hello, One possible solution for now: function afterrender(sender, eOpts) { sender.btnInnerEl.setStyle('line-height', 'normal'); } 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.