Skip to content
Snippets Groups Projects
Commit b647fa7c authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

display properly tooltip by defining their width.

parent 410cae45
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ Ext.define('App.form.plugin.ToolTip', {
Ext.tip.QuickTipManager.register({
target: c.id,
title: c.fieldLabel,
text: c.tipText
text: c.tipText,
width: 200
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment