[gtk/about-dialog-icon-size: 3/4] Adwaita: Make about dialog icons big




commit cbe9152344186dd5c8256bd4a1d2f8fca70f5650
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 11 16:43:19 2021 -0500

    Adwaita: Make about dialog icons big
    
    Use 128 as the icon size for the image widget
    in about dialogs.

 gtk/theme/Adwaita/_common.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index fd4123b71b..2c5b2981b5 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -200,6 +200,10 @@ window.assistant {
   }
 }
 
+window.aboutdialog image {
+  -gtk-icon-size: 128px;
+}
+
 %osd,
 .osd {
   color: $osd_fg_color;


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