[meld] Fix dialog border width for custom filechooser (#451)



commit ce2ccf8013b2a446e3602bbba1589bcb52ad8365
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Tue Apr 14 07:47:41 2020 +1000

    Fix dialog border width for custom filechooser (#451)

 meld/resources/ui/new-diff-tab.ui | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/meld/resources/ui/new-diff-tab.ui b/meld/resources/ui/new-diff-tab.ui
index 0f4e9408..1a8ea3d6 100644
--- a/meld/resources/ui/new-diff-tab.ui
+++ b/meld/resources/ui/new-diff-tab.ui
@@ -4,7 +4,6 @@
   <requires lib="gtk+" version="3.20"/>
   <object class="MeldFileChooserDialog" id="filechooserdialog0">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
     <property name="role">GtkFileChooserDialog</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
@@ -38,7 +37,6 @@
   </object>
   <object class="MeldFileChooserDialog" id="filechooserdialog1">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
     <property name="role">GtkFileChooserDialog</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
@@ -72,7 +70,6 @@
   </object>
   <object class="MeldFileChooserDialog" id="filechooserdialog2">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
     <property name="role">GtkFileChooserDialog</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">


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