From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- kde/patch/spectacle/spectacle_hidpi.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 kde/patch/spectacle/spectacle_hidpi.patch (limited to 'kde/patch/spectacle/spectacle_hidpi.patch') diff --git a/kde/patch/spectacle/spectacle_hidpi.patch b/kde/patch/spectacle/spectacle_hidpi.patch deleted file mode 100644 index 19cf923..0000000 --- a/kde/patch/spectacle/spectacle_hidpi.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/src/QuickEditor/EditorRoot.qml -+++ b/src/QuickEditor/EditorRoot.qml -@@ -36,10 +36,10 @@ - } - - selection = cropRectangle.createObject(parent, { -- "x": xx, -- "y": yy, -+ "x": xx, -+ "y": yy, - "height": hh, -- "width": ww -+ "width": ww - }); - - cropDisplayCanvas.requestPaint(); -@@ -73,8 +73,8 @@ - source: "image://snapshot/rawimage"; - cache: false; - -- height: Window.height; -- width: Window.width; -+ height: Window.height / Screen.devicePixelRatio; -+ width: Window.width / Screen.devicePixelRatio; - fillMode: Image.PreserveAspectFit; - } - - -- cgit v1.2.3-65-gdbad