diff --git a/sources/desktop-panel/desktop-panel.cpp b/sources/desktop-panel/desktop-panel.cpp index 497563e..d05c04d 100644 --- a/sources/desktop-panel/desktop-panel.cpp +++ b/sources/desktop-panel/desktop-panel.cpp @@ -305,7 +305,7 @@ void DesktopPanel::paintTooltip(const int active) // prepare activeTooltip = active; DesktopWindowsInfo info = getInfoByDesktop(active + 1); - float margin = 3.0 * info.desktop.width() / 400.0; + float margin = 5.0 * info.desktop.width() / 400.0; toolTipView->resize(info.desktop.width() + 2.0 * margin, info.desktop.height() + 2.0 * margin); toolTipScene->clear(); toolTipScene->setBackgroundBrush(QBrush(Qt::NoBrush));