[gnome-software] popular tile: Reduce padding to fit better on 1024x768 screens



commit 4b4bd049580ff46957fcb1c75ef48d5e66327a2d
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Sep 19 13:12:16 2014 +0200

    popular tile: Reduce padding to fit better on 1024x768 screens
    
    Cut 3px on either side so that the minimum width of the gnome-software
    window can fit in 1024 pixels.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735994

 src/popular-tile.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/popular-tile.ui b/src/popular-tile.ui
index 33988b2..8bc428a 100644
--- a/src/popular-tile.ui
+++ b/src/popular-tile.ui
@@ -62,8 +62,8 @@
                     <property name="orientation">vertical</property>
                     <property name="halign">fill</property>
                     <property name="valign">fill</property>
-                    <property name="margin-start">18</property>
-                    <property name="margin-end">18</property>
+                    <property name="margin-start">15</property>
+                    <property name="margin-end">15</property>
                     <property name="margin-top">15</property>
                     <property name="margin-bottom">16</property>
                     <child>


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