[libdazzle] Revert "suggestion: align icon with baseline"



commit a703bace9be469e04507f7a4d29d01f9d99c1fd9
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 9 13:06:36 2019 -0700

    Revert "suggestion: align icon with baseline"
    
    This reverts commit 4fa4a08f6a74b0068ceb60a122a6ad927c097013.
    
    This isn't need in it's current form for epiphany, so we'll defer until
    later to see if we want to follow through on the design.

 src/suggestions/dzl-suggestion-row.ui | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/src/suggestions/dzl-suggestion-row.ui b/src/suggestions/dzl-suggestion-row.ui
index 5d17389..f976adb 100644
--- a/src/suggestions/dzl-suggestion-row.ui
+++ b/src/suggestions/dzl-suggestion-row.ui
@@ -3,27 +3,22 @@
   <template class="DzlSuggestionRow" parent="DzlListBoxRow">
     <child>
       <object class="GtkBox">
-        <property name="baseline-position">top</property>
         <property name="orientation">horizontal</property>
-        <property name="valign">baseline</property>
         <property name="visible">true</property>
         <child>
           <object class="GtkImage" id="image">
             <property name="pixel-size">16</property>
             <property name="hexpand">false</property>
-            <property name="valign">baseline</property>
             <property name="visible">true</property>
           </object>
         </child>
         <child>
           <object class="GtkBox" id="box">
-            <property name="baseline-position">bottom</property>
             <property name="orientation">horizontal</property>
             <property name="visible">true</property>
             <child>
               <object class="GtkLabel" id="title">
                 <property name="hexpand">false</property>
-                <property name="valign">baseline</property>
                 <property name="visible">true</property>
                 <property name="xalign">0.0</property>
                 <property name="use-markup">true</property>
@@ -40,7 +35,6 @@
             </child>
             <child>
               <object class="GtkLabel" id="separator">
-                <property name="valign">baseline</property>
                 <property name="hexpand">false</property>
                 <property name="label">—</property>
                 <property name="visible">true</property>
@@ -57,7 +51,6 @@
             </child>
             <child>
               <object class="GtkLabel" id="subtitle">
-                <property name="valign">baseline</property>
                 <property name="hexpand">true</property>
                 <property name="visible">true</property>
                 <property name="xalign">0.0</property>


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