Added expander for top section and vpane with slider between
svn: r16242
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<interface>
 | 
			
		||||
  <!-- interface-requires gtk+ 2.12 -->
 | 
			
		||||
  <!-- interface-requires grampswidgets 0.0 -->
 | 
			
		||||
@@ -6,27 +6,19 @@
 | 
			
		||||
  <object class="GtkDialog" id="editeventref">
 | 
			
		||||
    <property name="default_width">600</property>
 | 
			
		||||
    <property name="type_hint">dialog</property>
 | 
			
		||||
    <property name="has_separator">False</property>
 | 
			
		||||
    <child internal-child="vbox">
 | 
			
		||||
      <object class="GtkVBox" id="dialog-vbox11">
 | 
			
		||||
        <property name="visible">True</property>
 | 
			
		||||
        <child>
 | 
			
		||||
          <object class="GtkLabel" id="label517">
 | 
			
		||||
          <object class="GtkVPaned" id="vpaned1">
 | 
			
		||||
            <property name="visible">True</property>
 | 
			
		||||
            <property name="xalign">0</property>
 | 
			
		||||
            <property name="xpad">12</property>
 | 
			
		||||
            <property name="ypad">3</property>
 | 
			
		||||
            <property name="label" translatable="yes"><b>Reference information</b></property>
 | 
			
		||||
            <property name="use_markup">True</property>
 | 
			
		||||
            <property name="use_underline">True</property>
 | 
			
		||||
            <property name="justify">center</property>
 | 
			
		||||
          </object>
 | 
			
		||||
          <packing>
 | 
			
		||||
            <property name="expand">False</property>
 | 
			
		||||
            <property name="fill">False</property>
 | 
			
		||||
            <property name="position">1</property>
 | 
			
		||||
          </packing>
 | 
			
		||||
        </child>
 | 
			
		||||
            <property name="can_focus">True</property>
 | 
			
		||||
            <child>
 | 
			
		||||
              <object class="GtkExpander" id="expander1">
 | 
			
		||||
                <property name="visible">True</property>
 | 
			
		||||
                <property name="can_focus">True</property>
 | 
			
		||||
                <property name="expanded">True</property>
 | 
			
		||||
                <property name="spacing">6</property>
 | 
			
		||||
                <child>
 | 
			
		||||
                  <object class="GtkNotebook" id="notebook_ref">
 | 
			
		||||
                    <property name="visible">True</property>
 | 
			
		||||
@@ -78,7 +70,6 @@
 | 
			
		||||
                        <child>
 | 
			
		||||
                          <object class="GtkComboBoxEntry" id="eer_role_combo">
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                    <property name="tooltip_text" translatable="yes">The role of the person in this event. Use 'Primary' for the main beneficiary, use a descriptive role otherwise (Eg., Witness, Celebrant, ...)</property>
 | 
			
		||||
                          </object>
 | 
			
		||||
                          <packing>
 | 
			
		||||
                            <property name="left_attach">1</property>
 | 
			
		||||
@@ -121,8 +112,18 @@
 | 
			
		||||
                      </packing>
 | 
			
		||||
                    </child>
 | 
			
		||||
                  </object>
 | 
			
		||||
                </child>
 | 
			
		||||
                <child type="label">
 | 
			
		||||
                  <object class="GtkLabel" id="label1">
 | 
			
		||||
                    <property name="visible">True</property>
 | 
			
		||||
                    <property name="label" translatable="yes"><b>Reference information</b></property>
 | 
			
		||||
                    <property name="use_markup">True</property>
 | 
			
		||||
                  </object>
 | 
			
		||||
                </child>
 | 
			
		||||
              </object>
 | 
			
		||||
              <packing>
 | 
			
		||||
            <property name="position">2</property>
 | 
			
		||||
                <property name="resize">True</property>
 | 
			
		||||
                <property name="shrink">True</property>
 | 
			
		||||
              </packing>
 | 
			
		||||
            </child>
 | 
			
		||||
            <child>
 | 
			
		||||
@@ -289,7 +290,6 @@
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                            <property name="can_focus">True</property>
 | 
			
		||||
                            <property name="receives_default">True</property>
 | 
			
		||||
                        <property name="tooltip_text" translatable="yes">Show Date Editor</property>
 | 
			
		||||
                            <property name="relief">none</property>
 | 
			
		||||
                            <child>
 | 
			
		||||
                              <object class="GtkImage" id="eer_date_stat_child">
 | 
			
		||||
@@ -333,7 +333,6 @@
 | 
			
		||||
                        <child>
 | 
			
		||||
                          <object class="GtkComboBoxEntry" id="eer_type_combo">
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                        <property name="tooltip_text" translatable="yes">What type of event this is. Eg 'Burial', 'Graduation', ... .</property>
 | 
			
		||||
                          </object>
 | 
			
		||||
                          <packing>
 | 
			
		||||
                            <property name="left_attach">1</property>
 | 
			
		||||
@@ -346,8 +345,7 @@
 | 
			
		||||
                          <object class="UndoableEntry" id="gid">
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                            <property name="can_focus">True</property>
 | 
			
		||||
                        <property name="tooltip_text" translatable="yes">A unique ID to identify the event</property>
 | 
			
		||||
                        <property name="invisible_char">●</property>
 | 
			
		||||
                            <property name="invisible_char">●</property>
 | 
			
		||||
                          </object>
 | 
			
		||||
                          <packing>
 | 
			
		||||
                            <property name="left_attach">1</property>
 | 
			
		||||
@@ -361,8 +359,7 @@
 | 
			
		||||
                          <object class="UndoableEntry" id="eer_description">
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                            <property name="can_focus">True</property>
 | 
			
		||||
                        <property name="tooltip_text" translatable="yes">Description of the event. Leave empty if you want to autogenerate this with the tool 'Extract Event Description'.</property>
 | 
			
		||||
                        <property name="invisible_char">●</property>
 | 
			
		||||
                            <property name="invisible_char">●</property>
 | 
			
		||||
                          </object>
 | 
			
		||||
                          <packing>
 | 
			
		||||
                            <property name="left_attach">1</property>
 | 
			
		||||
@@ -416,8 +413,7 @@
 | 
			
		||||
                          <object class="ValidatableMaskedEntry" id="eer_date_entry">
 | 
			
		||||
                            <property name="visible">True</property>
 | 
			
		||||
                            <property name="can_focus">True</property>
 | 
			
		||||
                        <property name="tooltip_text" translatable="yes">Date of the event.</property>
 | 
			
		||||
                        <property name="invisible_char">●</property>
 | 
			
		||||
                            <property name="invisible_char">●</property>
 | 
			
		||||
                          </object>
 | 
			
		||||
                          <packing>
 | 
			
		||||
                            <property name="left_attach">1</property>
 | 
			
		||||
@@ -490,7 +486,13 @@
 | 
			
		||||
                </child>
 | 
			
		||||
              </object>
 | 
			
		||||
              <packing>
 | 
			
		||||
            <property name="position">3</property>
 | 
			
		||||
                <property name="resize">True</property>
 | 
			
		||||
                <property name="shrink">True</property>
 | 
			
		||||
              </packing>
 | 
			
		||||
            </child>
 | 
			
		||||
          </object>
 | 
			
		||||
          <packing>
 | 
			
		||||
            <property name="position">1</property>
 | 
			
		||||
          </packing>
 | 
			
		||||
        </child>
 | 
			
		||||
        <child internal-child="action_area">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user