[recipes] Reduce overall page margins
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Reduce overall page margins
- Date: Tue, 17 Jan 2017 13:53:38 +0000 (UTC)
commit 4286d2ca37237bd02f027b488d1a88742f3e9487
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 17 08:49:21 2017 -0500
Reduce overall page margins
80 is a bit much, lets go with 60.
src/gr-cuisine-page.ui | 4 ++--
src/gr-cuisines-page.ui | 4 ++--
src/gr-list-page.ui | 4 ++--
src/gr-recipes-page.ui | 4 ++--
src/gr-search-page.ui | 4 ++--
src/gr-shopping-page.ui | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/gr-cuisine-page.ui b/src/gr-cuisine-page.ui
index 5c3a8e8..752250d 100644
--- a/src/gr-cuisine-page.ui
+++ b/src/gr-cuisine-page.ui
@@ -33,8 +33,8 @@
<property name="visible">1</property>
<property name="halign">center</property>
<property name="valign">start</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">60</property>
<property name="orientation">vertical</property>
</object>
</child>
diff --git a/src/gr-cuisines-page.ui b/src/gr-cuisines-page.ui
index 0d61859..a431eb2 100644
--- a/src/gr-cuisines-page.ui
+++ b/src/gr-cuisines-page.ui
@@ -22,8 +22,8 @@
<property name="valign">start</property>
<property name="margin-top">0</property>
<property name="margin-bottom">20</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">60</property>
<child>
<object class="GtkLabel" id="cuisine_label">
<property name="visible">1</property>
diff --git a/src/gr-list-page.ui b/src/gr-list-page.ui
index 8e132ea..252f4c1 100644
--- a/src/gr-list-page.ui
+++ b/src/gr-list-page.ui
@@ -15,8 +15,8 @@
<property name="orientation">vertical</property>
<property name="halign">center</property>
<property name="valign">fill</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">86</property>
<child>
<object class="GtkGrid" id="chef_grid">
<property name="visible">1</property>
diff --git a/src/gr-recipes-page.ui b/src/gr-recipes-page.ui
index 9233271..fe82557 100644
--- a/src/gr-recipes-page.ui
+++ b/src/gr-recipes-page.ui
@@ -19,8 +19,8 @@
<object class="GtkBox">
<property name="visible">1</property>
<property name="orientation">vertical</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">60</property>
<property name="halign">center</property>
<property name="valign">start</property>
<child>
diff --git a/src/gr-search-page.ui b/src/gr-search-page.ui
index 0b47a84..1b9c742 100644
--- a/src/gr-search-page.ui
+++ b/src/gr-search-page.ui
@@ -65,8 +65,8 @@
<property name="row-spacing">20</property>
<property name="margin-top">20</property>
<property name="margin-bottom">20</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">60</property>
<property name="selection-mode">none</property>
<property name="min-children-per-line">3</property>
<property name="max-children-per-line">3</property>
diff --git a/src/gr-shopping-page.ui b/src/gr-shopping-page.ui
index 28fcc35..1c22e2f 100644
--- a/src/gr-shopping-page.ui
+++ b/src/gr-shopping-page.ui
@@ -14,8 +14,8 @@
<property name="visible">1</property>
<property name="orientation">vertical</property>
<property name="halign">center</property>
- <property name="margin-start">80</property>
- <property name="margin-end">80</property>
+ <property name="margin-start">60</property>
+ <property name="margin-end">60</property>
<child>
<object class="GtkBox">
<property name="visible">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]