diff options
author | Freya Murphy <freya@freyacat.org> | 2024-08-06 22:58:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-08-06 22:58:19 -0400 |
commit | 9d595a67c3a486fba7faafaea6420f9f25c1066e (patch) | |
tree | 06e6ad68434ba3ebc6080c9e871090bbb207a311 /modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch | |
parent | acutally remove rosenthal (diff) | |
download | dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.tar.gz dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.tar.bz2 dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.zip |
gt gtk styling
Diffstat (limited to 'modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch')
-rw-r--r-- | modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch b/modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch deleted file mode 100644 index 888ec0b..0000000 --- a/modules/freya/packages/patches/qt5-styleplugins-fix-gtk2-background.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 20b0985a77df913585628d49a3b541fb957ae366 Mon Sep 17 00:00:00 2001 -From: gamezelda -Date: Thu, 4 Jun 2020 00:06:50 +0200 -Subject: [PATCH] fix setting background palette - ---- - src/plugins/styles/gtk2/qgtkstyle.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/plugins/styles/gtk2/qgtkstyle.cpp b/src/plugins/styles/gtk2/qgtkstyle.cpp -index 2544593..6138bd2 100644 ---- a/src/plugins/styles/gtk2/qgtkstyle.cpp -+++ b/src/plugins/styles/gtk2/qgtkstyle.cpp -@@ -442,6 +442,8 @@ void QGtkStyle::polish(QApplication *app) - if (app->desktopSettingsAware() && d->isThemeAvailable()) { - #if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - QApplicationPrivate::setSystemPalette(standardPalette()); -+#else -+ QApplication::setPalette(standardPalette()); - #endif - QApplicationPrivate::setSystemFont(d->getThemeFont()); - d->applyCustomPaletteHash(); --- -2.27.0 - |