[gtk+] GtkFileChooserDialog: Avoid a bottom border in the dialog



commit d871105fa8fd20f9be0d07953ee2dd7d90b4c84f
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 22 23:08:43 2014 -0400

    GtkFileChooserDialog: Avoid a bottom border in the dialog
    
    We recently started to respect border-width on the action_area
    again, so set its border-width to 0 so it doesn't get in the way.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722211

 gtk/resources/ui/gtkfilechooserdialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/ui/gtkfilechooserdialog.ui b/gtk/resources/ui/gtkfilechooserdialog.ui
index fa0a368..ade3f54 100644
--- a/gtk/resources/ui/gtkfilechooserdialog.ui
+++ b/gtk/resources/ui/gtkfilechooserdialog.ui
@@ -16,7 +16,7 @@
         <property name="spacing">0</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">
-            <property name="border_width">6</property>
+            <property name="border_width">0</property>
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>


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