[recipes] Fix centering of the cuisines pages



commit 29c619e2c034048a6cbe723fceda58320e6d2068
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 17 08:49:38 2016 -0500

    Fix centering of the cuisines pages
    
    There was some uneven margin that caused the page to be off-center.

 src/gr-cuisines-page.ui |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-cuisines-page.ui b/src/gr-cuisines-page.ui
index 8f882ff..0d61859 100644
--- a/src/gr-cuisines-page.ui
+++ b/src/gr-cuisines-page.ui
@@ -20,9 +20,10 @@
             <property name="orientation">vertical</property>
             <property name="halign">center</property>
             <property name="valign">start</property>
-            <property name="margin-bottom">80</property>
+            <property name="margin-top">0</property>
+            <property name="margin-bottom">20</property>
             <property name="margin-start">80</property>
-            <property name="margin-end">20</property>
+            <property name="margin-end">80</property>
             <child>
               <object class="GtkLabel" id="cuisine_label">
                 <property name="visible">1</property>


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