Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2023-04-09 18:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Sun Apr  9 18:40:34 2023 rev:133 rq:1078106 version:5.27.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2023-04-05 
21:33:56.825983563 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.19717/breeze-gtk.changes 
2023-04-09 18:42:49.286363950 +0200
@@ -1,0 +2,6 @@
+Sat Apr  8 09:30:51 UTC 2023 - Fusion Future <qydwhotm...@gmail.com>
+
+- Add patch to fix oversized titlebuttons in GTK3 apps (kde#468203)
+  * 0001-gtk3-restore-old-icon-size-for-titlebutton.patch
+
+-------------------------------------------------------------------

New:
----
  0001-gtk3-restore-old-icon-size-for-titlebutton.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.nk6Ygt/_old  2023-04-09 18:42:49.778366733 +0200
+++ /var/tmp/diff_new_pack.nk6Ygt/_new  2023-04-09 18:42:49.782366757 +0200
@@ -30,6 +30,8 @@
 Source1:        
https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
+# PATCH-FIX-UPSTREAM kde#468203 
https://invent.kde.org/plasma/breeze-gtk/-/commit/c5e757a198321208c6b1e99313652577c263ecc0
+Patch0:         0001-gtk3-restore-old-icon-size-for-titlebutton.patch
 BuildRequires:  breeze5-style
 BuildRequires:  cmake >= 3.16
 BuildRequires:  extra-cmake-modules >= 5.98.0

++++++ 0001-gtk3-restore-old-icon-size-for-titlebutton.patch ++++++
>From c5e757a198321208c6b1e99313652577c263ecc0 Mon Sep 17 00:00:00 2001
From: Fushan Wen <qydwhotm...@gmail.com>
Date: Fri, 7 Apr 2023 22:02:11 +0800
Subject: [PATCH] gtk3: restore old icon size for titlebutton

`background-size` results in different sizes on X11 and Wayland.

BUG: 468203
FIXED-IN: 5.27.5


(cherry picked from commit bfe2ce620d395c943bb13a646295948b5bffbcc3)
---
 src/gtk3/widgets/_window_decorations.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gtk3/widgets/_window_decorations.scss 
b/src/gtk3/widgets/_window_decorations.scss
index aef28ca..6568e6b 100644
--- a/src/gtk3/widgets/_window_decorations.scss
+++ b/src/gtk3/widgets/_window_decorations.scss
@@ -74,11 +74,11 @@ window {
        .titlebar {
                &.default-decoration button.titlebutton {
                        padding: 1px;
-                       min-height: 24px;
-                       min-width: 24px;
+                       min-height: 18px;
+                       min-width: 18px;
                        margin: 0;
                }
-               $titlebutton-size: 24px 24px;
+               $titlebutton-size: 18px 18px;
                button.titlebutton {
                        &:hover,
                        &:active,
-- 
2.40.0

Reply via email to