NTooltip: bigger vertical margin
This commit is contained in:
parent
5e4530a403
commit
4a22910897
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Window {
|
||||||
function _showNow() {
|
function _showNow() {
|
||||||
// Compute new size everytime we show the tooltip
|
// Compute new size everytime we show the tooltip
|
||||||
width = Math.max(50 * scaling, tooltipText.implicitWidth + Style.marginLarge * 2 * scaling)
|
width = Math.max(50 * scaling, tooltipText.implicitWidth + Style.marginLarge * 2 * scaling)
|
||||||
height = Math.max(50 * scaling, tooltipText.implicitHeight + Style.marginSmall * 2 * scaling)
|
height = Math.max(50 * scaling, tooltipText.implicitHeight + Style.marginMedium * 2 * scaling)
|
||||||
|
|
||||||
if (!target) {
|
if (!target) {
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue