summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2017-03-07 12:05:44 +0000
committerFelipe Borges <felipeborges@gnome.org>2017-03-10 16:19:52 +0100
commit3fe69f01b36f878977c0fd2feff45102eea5b497 (patch)
tree1346005d22fa70b70929d08945c98727f0e94611
parent517da2f2dd755ce338354ba28d59bbd454ed535f (diff)
downloadgnome-control-center-3fe69f01b36f878977c0fd2feff45102eea5b497.tar.gz
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. This UI freeze break was approved by the GNOME Release Team, see https://mail.gnome.org/archives/gnome-doc-list/2017-March/msg00010.html https://bugzilla.gnome.org/show_bug.cgi?id=779700
-rw-r--r--panels/printers/printer-entry.ui13
1 files changed, 7 insertions, 6 deletions
diff --git a/panels/printers/printer-entry.ui b/panels/printers/printer-entry.ui
index 8f477d6b8..9f0d6f265 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">