[gnome-software/1662-pills-with-just-an-icon-should-be-circular] gs-app-translation-dialog: Set proper pixel size on the pill image



commit 97982ee975be31ff8dc238fcc02ca786334221a4
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 28 15:10:43 2022 +0100

    gs-app-translation-dialog: Set proper pixel size on the pill image
    
    The proper and expected image pixel-size is 24px, thus the CSS works properly
    the same as in the other similar dialogs.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1662

 src/gs-app-translation-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-app-translation-dialog.ui b/src/gs-app-translation-dialog.ui
index 2f925e608..18b608ccf 100644
--- a/src/gs-app-translation-dialog.ui
+++ b/src/gs-app-translation-dialog.ui
@@ -39,7 +39,7 @@
                             <property name="halign">center</property>
                             <property name="hexpand">True</property>
                             <property name="icon-name">flag-outline-thin-symbolic</property>
-                            <property name="icon-size">large</property>
+                            <property name="pixel-size">24</property>
                             <accessibility>
                               <relation name="labelled-by">title</relation>
                             </accessibility>


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