diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index 434cb2453..849b62121 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@ -131,7 +131,7 @@ void DialogPrivate::syncBorders() //Tooltips always have all the borders // floating windows have all borders - if (!(q->flags() & Qt::ToolTip) || location == Plasma::Types::Floating) { + if (!(q->flags() & Qt::ToolTip) && location != Plasma::Types::Floating) { if (q->x() <= avail.x() || location == Plasma::Types::LeftEdge) { borders = borders & ~Plasma::FrameSvg::LeftBorder; }