Ticket #1496 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Make new dialogs title bar logo skinable

Reported by: wymsy Owned by: gogo
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

The title bar text offset in the new dialogs is hard-coded. The change to follow moves this parameter to the style sheet, making it possible to use a skin to place a different-sized logo in the title bar. Specify the logo in the config file like this:

xinha_config.iconList.dialogCaption = _editor_url + 'images/mylogo.gif';

and adjust the space to the left of the title in the skin:

.dialog h1 {

padding-left: XXpx;

}

Change History

Changed 2 years ago by wymsy

  • status changed from new to closed
  • type changed from defect to enhancement
  • resolution set to fixed

Changeset [1234]

Note: See TracTickets for help on using tickets.