Home
last modified time | relevance | path

Searched refs:maxTooltipHeight (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js233 Sidebar.prototype.maxTooltipHeight = 400; method in Sidebar
357 if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))
359 …this.graph2.view.scale = Math.round(Math.min(this.maxTooltipWidth / w, this.maxTooltipHeight / h) …
396 …Scale(Math.round(Math.min(this.maxTooltipWidth / bounds.width, this.maxTooltipHeight / bounds.heig…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2357 …ipTitles=!0;Sidebar.prototype.maxTooltipWidth=400;Sidebar.prototype.maxTooltipHeight=400;Sidebar.p…
2363 …&(d>this.maxTooltipWidth||e>this.maxTooltipHeight)?Math.round(100*Math.min(this.maxTooltipWidth/d,…
2364 ….setScale(Math.round(100*Math.min(this.maxTooltipWidth/m.width,this.maxTooltipHeight/m.height))/10…