[gnome-shell/wip/fmuellner/window-app-icon-size: 4/4] theme: Handle fallback app icons in notifications



commit d4202e7f38f6fb8c2225417bb9a19d9f2cd394de
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Mar 8 14:12:12 2019 +0100

    theme: Handle fallback app icons in notifications
    
    Since commit 3eb80dc6c0, the size of notification icons is determined
    by the theme to make it font-relative. Also handle the case where the
    icon isn't an StIcon, but a fallback window icon.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1027

 data/theme/gnome-shell-sass/_common.scss | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 9dedbdcd3..afd1be5dd 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1031,6 +1031,11 @@ StScrollBar {
             -st-icon-style: symbolic;
           }
 
+          .message-icon-bin > .fallback-window-icon {
+            width: 1.09em;
+            height: 1.09em;
+          }
+
           .message-secondary-bin {
             padding: 0 0.82em;;
           }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]