Problem with the header of the MessageBox component when it has a large title

  1. #1

    Problem with the header of the MessageBox component when it has a large title

    Hi folks, when the theme of the application is set to 'Slate' and i show a message box with a large title, the header of the message box does not render with the appropriate size. It just happens when the theme is set to 'Slate' as you can see in the image bellow

    Click image for larger version. 

Name:	theme.png 
Views:	93 
Size:	48.6 KB 
ID:	2353


    X.Msg.Show(new MessageBoxConfig
                {
                    Title = "Address Address Address Address Address Address Address Address Address Address Address Address Address Address ",
                    Message = "Please enter your address: Please enter your address: Please enter your address: Please enter your address:",
                    Width = 300
                });
    Last edited by Daniil; Feb 23, 2011 at 7:32 PM. Reason: Please use [CODE] tags
  2. #2
    Anyone got any ideas on how to solve this problem?
  3. #3

Similar Threads

  1. [CLOSED] Dynamic header column component direct event Issue
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 21, 2015, 10:56 PM
  2. Replies: 1
    Last Post: May 21, 2011, 1:20 PM
  3. [CLOSED] [1.0] Problem with very large param
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 24, 2010, 12:50 AM
  4. Replies: 5
    Last Post: Jun 19, 2009, 6:38 AM
  5. Window without border, header, title
    By reinaldo.designerdigital in forum 1.x Help
    Replies: 2
    Last Post: Feb 05, 2009, 9:00 AM

Posting Permissions