[meld/flatpak-ci] Remove unnecessary defaults from About dialog UI file



commit 732438c8dcaf68ef21adcab6023a34b334db33a4
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Mon Oct 7 08:57:16 2019 +1000

    Remove unnecessary defaults from About dialog UI file

 meld/resources/ui/about-dialog.ui | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/meld/resources/ui/about-dialog.ui b/meld/resources/ui/about-dialog.ui
index e24e1117..2bf7a02d 100644
--- a/meld/resources/ui/about-dialog.ui
+++ b/meld/resources/ui/about-dialog.ui
@@ -4,14 +4,10 @@
   <!-- interface-requires gtk+ 3.6 -->
   <object class="GtkAboutDialog" id="about-dialog">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
-    <property name="title" translatable="yes">About Meld</property>
     <property name="type_hint">dialog</property>
-    <property name="program_name">Meld</property>
     <property name="copyright" translatable="yes">Copyright © 2002-2009 Stephen Kennedy
 Copyright © 2009-2017 Kai Willadsen</property>
     <property name="website">http://meldmerge.org/</property>
-    <property name="website_label" translatable="yes">Website</property>
     <property name="authors">Stephen Kennedy
 Kai Willadsen
 Vincent Legoll</property>
@@ -20,27 +16,5 @@ Vincent Legoll</property>
 Josef Vybíral</property>
     <property name="logo_icon_name">org.gnome.meld</property>
     <property name="license_type">gpl-2-0</property>
-    <child internal-child="vbox">
-      <object class="GtkBox" id="aboutdialog-vbox1">
-        <property name="can_focus">False</property>
-        <property name="orientation">vertical</property>
-        <property name="spacing">2</property>
-        <child internal-child="action_area">
-          <object class="GtkButtonBox" id="aboutdialog-action_area1">
-            <property name="can_focus">False</property>
-            <property name="layout_style">end</property>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-      </object>
-    </child>
   </object>
 </interface>


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