[gnome-control-center/wip/every-detail-matters-round1] sound: Remove icon from sound theme buttons



commit 8d56e161336696ca4405e352dcff6bb9dc9cbadd
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jun 14 11:46:00 2019 -0300

    sound: Remove icon from sound theme buttons
    
    Remove the icon and adjust the label to be vertically
    centralized.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/549

 panels/sound/cc-sound-button.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/panels/sound/cc-sound-button.ui b/panels/sound/cc-sound-button.ui
index 1bce20f65..c7eddd927 100644
--- a/panels/sound/cc-sound-button.ui
+++ b/panels/sound/cc-sound-button.ui
@@ -7,10 +7,9 @@
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">12</property>
-        <property name="margin">12</property>
+        <property name="valign">center</property>
         <child>
           <object class="GtkImage" id="image">
-            <property name="visible">True</property>
             <property name="icon_name">audio-speakers-symbolic</property>
             <property name="pixel_size">32</property>
           </object>


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