[gnome-control-center] info-overview: Simplify UI code



commit 572f9fe8c39e62c2bc90cc0d5f90f57a7d78a73b
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sat Jun 10 04:57:42 2017 +0530

    info-overview: Simplify UI code
    
    Increasing width of a column makes column in each row to have the same
    width. So it is unnecessary to set 3rd column of each row separately to
    have the same width. Let's do it just once.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779216

 panels/info/info-overview.ui |   58 +-----------------------------------------
 1 files changed, 1 insertions(+), 57 deletions(-)
---
diff --git a/panels/info/info-overview.ui b/panels/info/info-overview.ui
index 2fdd232..9f2bcee 100644
--- a/panels/info/info-overview.ui
+++ b/panels/info/info-overview.ui
@@ -272,7 +272,7 @@
           </packing>
         </child>
         <child>
-          <object class="GtkLabel" id="label9">
+          <object class="GtkLabel" id="dummy1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="label">    </property>
@@ -283,64 +283,8 @@
           </packing>
         </child>
         <child>
-          <object class="GtkLabel" id="label10">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label">    </property>
-          </object>
-          <packing>
-            <property name="top-attach">2</property>
-            <property name="left-attach">3</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label11">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label">    </property>
-          </object>
-          <packing>
-            <property name="top-attach">3</property>
-            <property name="left-attach">3</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label12">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label">    </property>
-          </object>
-          <packing>
-            <property name="top-attach">4</property>
-            <property name="left-attach">3</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label13">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label">    </property>
-          </object>
-          <packing>
-            <property name="top-attach">5</property>
-            <property name="left-attach">3</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label15">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label">    </property>
-          </object>
-          <packing>
-            <property name="top-attach">6</property>
-            <property name="left-attach">3</property>
-          </packing>
-        </child>
-        <child>
           <placeholder/>
         </child>
-        <!-- here -->
       </object>
       <packing>
         <property name="expand">False</property>


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