[gnome-software] Remove margins in the History dialog



commit c0248c9eacb6438ef3a0048846e3b165df11fc74
Author: Rafal Luzynski <digitalfreak lingonborough com>
Date:   Wed Sep 16 00:37:33 2015 +0200

    Remove margins in the History dialog
    
    Remove unnecessary margins, shadows, borders, frames etc. to unify
    the appearance of this dialog box with the main application window.
    Basically the same as commit 5ee44644c702db91dad20b7d572c1a2c9460e48f
    but this dialog has been forgotten.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728670

 src/gs-history-dialog.ui |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/src/gs-history-dialog.ui b/src/gs-history-dialog.ui
index d897982..2ea4e30 100644
--- a/src/gs-history-dialog.ui
+++ b/src/gs-history-dialog.ui
@@ -13,10 +13,7 @@
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox">
         <property name="can_focus">False</property>
-        <property name="margin_start">6</property>
-        <property name="margin_end">6</property>
-        <property name="margin_top">6</property>
-        <property name="margin_bottom">6</property>
+        <property name="border_width">0</property>
         <property name="orientation">vertical</property>
         <property name="spacing">9</property>
         <child>
@@ -26,11 +23,10 @@
             <property name="shadow_type">none</property>
             <property name="hscrollbar_policy">never</property>
             <property name="vscrollbar_policy">automatic</property>
-            <property name="margin">6</property>
             <child>
               <object class="GtkFrame" id="frame">
                 <property name="visible">True</property>
-                <property name="shadow_type">in</property>
+                <property name="shadow_type">none</property>
                 <property name="halign">fill</property>
                 <property name="valign">start</property>
                 <style>


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