From 130bb32c8eae02dc1c0ddb93716f5eef67e6a115 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 20 Jan 2019 20:36:35 +0200 Subject: [PATCH] move view config window for advanced mode --there were cases for small screen resolutions that because the view settings windows did not change its height, it was not changing its placement to the side of the screen --- app/view/settings/primaryconfigview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/settings/primaryconfigview.cpp b/app/view/settings/primaryconfigview.cpp index 966330ff2..8a1d567b0 100644 --- a/app/view/settings/primaryconfigview.cpp +++ b/app/view/settings/primaryconfigview.cpp @@ -67,6 +67,7 @@ PrimaryConfigView::PrimaryConfigView(Plasma::Containment *containment, Latte::Vi connect(this, &PrimaryConfigView::complexityChanged, this, &PrimaryConfigView::saveConfig); connect(this, &PrimaryConfigView::complexityChanged, this, &PrimaryConfigView::updateShowInlineProperties); + connect(this, &PrimaryConfigView::complexityChanged, this, &PrimaryConfigView::syncGeometry); connections << connect(&m_screenSyncTimer, &QTimer::timeout, this, [this]() { setScreen(m_latteView->screen());