[gnome-control-center] printers: improve panel layout



commit aa2b98b0ea62bef3243fb101b64f5d634421d37d
Author: Allan Day <allanpday gmail com>
Date:   Tue Mar 7 12:05:44 2017 +0000

    printers: improve panel layout
    
    Increase spacing in various places and reduce the icon size. This
    makes spacing more even and makes the rows feels more open.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779700

 panels/printers/printer-entry.ui |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/panels/printers/printer-entry.ui b/panels/printers/printer-entry.ui
index 8f477d6..9f0d6f2 100644
--- a/panels/printers/printer-entry.ui
+++ b/panels/printers/printer-entry.ui
@@ -74,18 +74,18 @@
         <child>
           <object class="GtkGrid">
             <property name="visible">True</property>
-            <property name="row-spacing">10</property>
+            <property name="row-spacing">8</property>
             <property name="column-spacing">15</property>
-            <property name="margin_start">20</property>
+            <property name="margin_start">24</property>
             <property name="margin_end">20</property>
-            <property name="margin_top">5</property>
+            <property name="margin_top">14</property>
             <property name="margin_bottom">20</property>
             <property name="no-show-all">True</property>
 
             <child>
               <object class="GtkImage" id="printer_icon">
                 <property name="visible">True</property>
-                <property name="pixel-size">64</property>
+                <property name="pixel-size">48</property>
                 <property name="icon_name">printer</property>
                 <property name="halign">end</property>
               </object>
@@ -111,7 +111,7 @@
                     <property name="max-width-chars">30</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
-                      <attribute name="scale" value="1.5"/>
+                      <attribute name="scale" value="1.2"/>
                     </attributes>
                   </object>
                   <packing>
@@ -140,7 +140,7 @@
             <child>
               <object class="GtkBox">
                 <property name="visible">True</property>
-                <property name="spacing">5</property>
+                <property name="spacing">12</property>
                 <property name="orientation">horizontal</property>
                 <property name="valign">center</property>
                 <child>
@@ -268,6 +268,7 @@
               <object class="GtkBox" id="printer_error">
                 <property name="visible">False</property>
                 <property name="spacing">10</property>
+                <property name="margin-top">6</property>
 
                 <child>
                   <object class="GtkImage">


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