slackware-current/source/xfce/Greybird/0002-Reduce-messagedialog-buttonbox-size.patch
Patrick J Volkerding 45d4b225c6 Sun Dec 27 22:52:10 UTC 2020
And, just a month after Xfce 4.14 appeared in vtown, we have Xfce 4.16 updates
in the main tree. Thanks much to Robby Workman for making it happen. :-)
a/aaa_terminfo-6.2_20201219-x86_64-1.txz:  Upgraded.
a/ndctl-71.1-x86_64-2.txz:  Rebuilt.
  Fix bash-completion file installation (previously it was causing the
  completion dir to have mode 0644). Thanks to Robby Workman.
l/harfbuzz-2.7.4-x86_64-1.txz:  Upgraded.
l/libarchive-3.5.1-x86_64-1.txz:  Upgraded.
l/libgtop-2.40.0-x86_64-1.txz:  Added.
  This is used by libxfce4ui to provide extra information in the about page.
l/ncurses-6.2_20201219-x86_64-1.txz:  Upgraded.
n/wpa_supplicant-2.9-x86_64-4.txz:  Rebuilt.
  Fix desktop file to not show if kdesu isn't available. Thanks to Hyperion.
x/xterm-363-x86_64-1.txz:  Upgraded.
xap/xsnow-3.2.0-x86_64-1.txz:  Upgraded.
xfce/Greybird-3.22.13-noarch-2.txz:  Rebuilt.
xfce/exo-4.16.0-x86_64-1.txz:  Upgraded.
xfce/garcon-0.8.0-x86_64-1.txz:  Upgraded.
xfce/libxfce4ui-4.16.0-x86_64-1.txz:  Upgraded.
xfce/libxfce4util-4.16.0-x86_64-1.txz:  Upgraded.
xfce/mousepad-0.5.1-x86_64-2.txz:  Rebuilt.
xfce/thunar-4.16.0-x86_64-1.txz:  Upgraded.
xfce/thunar-volman-4.16.0-x86_64-1.txz:  Upgraded.
xfce/tumbler-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-appfinder-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-clipman-plugin-1.6.1-x86_64-2.txz:  Rebuilt.
xfce/xfce4-dev-tools-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-notifyd-0.6.2-x86_64-2.txz:  Rebuilt.
xfce/xfce4-panel-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-panel-profiles-1.0.10-x86_64-2.txz:  Rebuilt.
xfce/xfce4-power-manager-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-pulseaudio-plugin-0.4.3-x86_64-2.txz:  Rebuilt.
xfce/xfce4-screensaver-0.1.11-x86_64-3.txz:  Rebuilt.
xfce/xfce4-screenshooter-1.9.8-x86_64-1.txz:  Upgraded.
xfce/xfce4-session-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-settings-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfce4-systemload-plugin-1.2.4-x86_64-2.txz:  Rebuilt.
xfce/xfce4-taskmanager-1.2.3-x86_64-2.txz:  Rebuilt.
xfce/xfce4-terminal-0.8.10-x86_64-1.txz:  Upgraded.
xfce/xfce4-weather-plugin-0.10.2-x86_64-2.txz:  Rebuilt.
xfce/xfce4-whiskermenu-plugin-2.5.0-x86_64-1.txz:  Upgraded.
xfce/xfconf-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfdesktop-4.16.0-x86_64-1.txz:  Upgraded.
xfce/xfwm4-4.16.0-x86_64-1.txz:  Upgraded.
2020-12-28 02:59:54 +01:00

61 lines
1.7 KiB
Diff

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