[pybliographer/wip/gtk3] ui: Do not show the field dialog by default



commit 5303f7be20afe4fa75d8dd4ef0474e4f5b504312
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Tue Oct 10 11:16:25 2017 -0300

    ui: Do not show the field dialog by default
    
    To enable setting the parent before showing the dialog

 Pyblio/GnomeUI/glade/fields1.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Pyblio/GnomeUI/glade/fields1.ui b/Pyblio/GnomeUI/glade/fields1.ui
index debce1e..59a23ec 100644
--- a/Pyblio/GnomeUI/glade/fields1.ui
+++ b/Pyblio/GnomeUI/glade/fields1.ui
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
-  <!-- interface-requires gtk+ 3.0 -->
+  <requires lib="gtk+" version="3.0"/>
   <object class="GtkDialog" id="fields1">
-    <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Entry types and field names configuration</property>


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