[gnome-software] add some vertical padding to the app pages



commit 8d023fbfd566f620a258f2da8ebeeaea63787c1d
Author: Allan Day <allanpday gmail com>
Date:   Wed Jul 13 11:22:17 2016 +0100

    add some vertical padding to the app pages
    
    Some spacing was lost with commit 7b3ce0ff1c7b48950d - adding it
    back.

 src/gs-shell-details.ui |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-shell-details.ui b/src/gs-shell-details.ui
index 0d5cadf..9d5e19b 100644
--- a/src/gs-shell-details.ui
+++ b/src/gs-shell-details.ui
@@ -195,6 +195,7 @@
                           <object class="GtkBox" id="box_install_remove">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
+                            <property name="margin_bottom">14</property>
                             <property name="spacing">9</property>
                             <child>
                               <object class="GtkButton" id="button_install">
@@ -387,6 +388,7 @@
                           <object class="GtkBox" id="box_details_screenshot">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
+                            <property name="margin_bottom">14</property>
                             <property name="spacing">9</property>
                             <child>
                               <object class="GtkBox" id="box_details_screenshot_main">
@@ -478,7 +480,7 @@
                           <object class="GtkBox" id="box_details_description">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="margin_bottom">12</property>
+                            <property name="margin_bottom">14</property>
                             <property name="orientation">vertical</property>
                             <property name="spacing">18</property>
                             <child>
@@ -573,7 +575,7 @@
                           <object class="GtkBox" id="box_details_support">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="margin_bottom">24</property>
+                            <property name="margin_bottom">26</property>
                             <property name="spacing">12</property>
                             <child>
                               <object class="GtkButton" id="button_details_website">
@@ -620,7 +622,7 @@
                           <object class="GtkBox" id="box_details_details">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="margin_bottom">2</property>
+                            <property name="margin_bottom">26</property>
                             <property name="spacing">30</property>
                             <child>
                               <object class="GtkGrid" id="grid_details_kudo">
@@ -1119,6 +1121,7 @@
                           <object class="GtkBox" id="box_addons">
                             <property name="visible">True</property>
                             <property name="orientation">vertical</property>
+                            <property name="margin_bottom">26</property>
 
                             <child>
                               <object class="GtkBox" id="box_addons_title">
@@ -1180,7 +1183,6 @@
                         <child>
                           <object class="GtkBox" id="box_reviews">
                             <property name="orientation">vertical</property>
-                            <property name="margin_top">9</property>
                             <child>
                               <object class="GtkLabel" id="application_details_reviews_title">
                                 <property name="visible">True</property>


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