summaryrefslogtreecommitdiffstats
path: root/source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-01-13 19:51:45 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-14 08:59:48 +0100
commita1b82f3ef322065db8e1e4f21b3a80e35a1bb514 (patch)
tree5df2b40cf1fd592606a84b68cb3f31079764288e /source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch
parent4e75b0d129720e16c3e34ab1edce6a9597e34b10 (diff)
downloadcurrent-a1b82f3ef322065db8e1e4f21b3a80e35a1bb514.tar.gz
current-a1b82f3ef322065db8e1e4f21b3a80e35a1bb514.tar.xz
Wed Jan 13 19:51:45 UTC 202120210113195145
ap/diffstat-1.64-x86_64-1.txz: Upgraded. d/cmake-3.19.3-x86_64-1.txz: Upgraded. l/gcr-3.38.1-x86_64-1.txz: Upgraded. l/mlt-6.24.0-x86_64-2.txz: Rebuilt. Patched for opencv >= 4.5.1. Thanks to nobodino. l/pulseaudio-14.1-x86_64-1.txz: Upgraded. n/netkit-bootparamd-0.17-x86_64-4.txz: Rebuilt. Patched for libtirpc. Thanks to nobodino. n/netkit-rusers-0.17-x86_64-3.txz: Rebuilt. Patched for libtirpc. Thanks to nobodino. n/netkit-rwall-0.17-x86_64-3.txz: Rebuilt. Patched for libtirpc. Thanks to nobodino. xfce/Greybird-3.22.14-noarch-1.txz: Upgraded. extra/source/flashplayer-plugin/: Removed.
Diffstat (limited to 'source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch')
-rw-r--r--source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch61
1 files changed, 0 insertions, 61 deletions
diff --git a/source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch b/source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch
deleted file mode 100644
index 6f495cd4c..000000000
--- a/source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From ede9f55e3f2ea64248f01801c394e70e85a8f824 Mon Sep 17 00:00:00 2001
-From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
-Date: Fri, 18 Dec 2020 00:33:05 +0100
-Subject: [PATCH 2/2] Reduce messagedialog buttonbox size
-
----
- light/gtk-3.0/_common.scss | 36 +++++++++++++++++-------------------
- 1 file changed, 17 insertions(+), 19 deletions(-)
-
-diff --git a/light/gtk-3.0/_common.scss b/light/gtk-3.0/_common.scss
-index fdf1aa0..a75c10b 100644
---- a/light/gtk-3.0/_common.scss
-+++ b/light/gtk-3.0/_common.scss
-@@ -3776,27 +3776,25 @@ messagedialog { // Message Dialog styling
- border-bottom-right-radius: 9px;
- }
-
-- buttonbox {
-+ .dialog-action-area {
- padding: 0px;
-- button { padding: 6px; }
-- }
--
-- .dialog-action-area button {
-- padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround
-- border-radius: 0;
-- border-left-style: solid;
-- border-right-style: none;
-- border-bottom-style: none;
--
-- &:first-child{
-- border-left-style: none;
-- border-bottom-left-radius: 7px;
-- -gtk-outline-bottom-left-radius: 5px;
-- }
-+ button {
-+ padding: 3px;
-+ border-radius: 0px;
-+ border-left-style: solid;
-+ border-right-style: none;
-+ border-bottom-style: none;
-+
-+ &:first-child{
-+ border-left-style: none;
-+ border-bottom-left-radius: 7px;
-+ -gtk-outline-bottom-left-radius: 5px;
-+ }
-
-- &:last-child {
-- border-bottom-right-radius: 7px;
-- -gtk-outline-bottom-right-radius: 5px;
-+ &:last-child {
-+ border-bottom-right-radius: 7px;
-+ -gtk-outline-bottom-right-radius: 5px;
-+ }
- }
- }
- }
---
-2.29.2
-