Changeset 445

Show
Ignore:
Timestamp:
07/10/08 17:44:33 (20 months ago)
Author:
scott.gonzalez
Message:

Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.dialog.js

    r444 r445  
    4949                                }), 
    5050                         
    51                         title = options.title || uiDialogContent.attr('title') || '', 
     51                        title = options.title || uiDialogContent.attr('title') || ' ', 
    5252                        uiDialogTitlebar = (this.uiDialogTitlebar = 
    5353                                $('<div class="ui-dialog-titlebar"/>'))