29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From f0d0518a70417b35124c0089325b32a6e6bf8f5e Mon Sep 17 00:00:00 2001
|
|
From: David Edmundson <kde@davidedmundson.co.uk>
|
|
Date: Sun, 26 Apr 2015 13:37:29 +0200
|
|
Subject: [PATCH 04/12] Match window switch dialog borders with
|
|
addwidgets/switch activity
|
|
|
|
BUG: 345614
|
|
REVIEW: 123506
|
|
---
|
|
lookandfeel/contents/windowswitcher/WindowSwitcher.qml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
|
|
index e4a46366c2a4e157860f55d2cb0e3781a239cb66..63799e12ae439e0a3ffd1d51b304fea0bf918f4b 100644
|
|
--- a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
|
|
+++ b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
|
|
@@ -41,7 +41,7 @@ KWin.Switcher {
|
|
|
|
PlasmaCore.Dialog {
|
|
id: dialog
|
|
- location: PlasmaCore.Types.Floating
|
|
+ location: PlasmaCore.Types.LeftEdge
|
|
visible: tabBox.visible
|
|
flags: Qt.X11BypassWindowManagerHint
|
|
x: screenGeometry.x
|
|
--
|
|
2.3.5
|
|
|