File 0001-kconf_update-Add-gtk-primary-button-warps-slider-0-t.patch of Package breeze-gtk.8671
From f5121ba89abf9eb50b42ab9c95f1f4c7e57bd044 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wbauer@tmo.at>
Date: Wed, 15 Aug 2018 20:32:04 +0200
Subject: [PATCH] [kconf_update] Add "gtk-primary-button-warps-slider=0" to
generated GTK3 config
This brings the default GTK3 settings more in line with Qt's behavior,
and it's also the default in kde-gtk-config's KCM.
BUG: 379773
FIXED-IN: 5.12.7
Differential Revision: https://phabricator.kde.org/D14863
---
kconf_update/main.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/kconf_update/main.cpp b/kconf_update/main.cpp
index 6f130ab..d5f7ce0 100644
--- a/kconf_update/main.cpp
+++ b/kconf_update/main.cpp
@@ -182,6 +182,7 @@ int setGtk3()
out << QStringLiteral("gtk-toolbar-style=GTK_TOOLBAR_ICONS\n");
out << QStringLiteral("gtk-menu-images=1\n");
out << QStringLiteral("gtk-button-images=1\n");
+ out << QStringLiteral("gtk-primary-button-warps-slider=0\n");
qCDebug(GTKBREEZE) << "gtk3rc written";
return 0;
--
2.18.0