mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
re-adding default width of 300px, I missed when updating the class
This commit is contained in:
parent
49d444e3c9
commit
27c2de1986
@ -100,7 +100,7 @@ config. TitleFontColor = '#FFFFFF' // Color of title text - if '', BgColor (of t
|
||||
config. TitleFontFace = '' // If '' use FontFace (boldified)
|
||||
config. TitleFontSize = '' // If '' use FontSize
|
||||
config. TitlePadding = 2
|
||||
config. Width = 0 // Tooltip width; 0 for automatic adaption to tooltip content; < -1 (e.g. -240) for a maximum width for that automatic adaption;
|
||||
config. Width = 300 // Tooltip width; 0 for automatic adaption to tooltip content; < -1 (e.g. -240) for a maximum width for that automatic adaption;
|
||||
// -1: tooltip width confined to the width required for the titlebar
|
||||
//======= END OF TOOLTIP CONFIG, DO NOT CHANGE ANYTHING BELOW ==============//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user