Jump to content

Recommended Posts

Posted

Hi.

I've recently updated to the last version of unigui.

As I can see, in forms titles, a blank space is shown before the form caption.

Is not important, but how can I hide that blank space?

Thanks.

image.png.2b63932593d0dfa8812c76a0c458d26b.png

Posted
1 hour ago, CoderU said:

if are you using border style dialog.. Icon not show if sizebale window then show icon.

But you can use form-images- form.iconindex

Whih this, the blank space is not hidden.

Posted
2 hours ago, jahlxx said:

Is not important, but how can I hide that blank space?

function window.beforeInit(sender, config)
{
    config.iconCls="";
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...