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() {
|
||||
// Compute new size everytime we show the tooltip
|
||||
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) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue