2006-07-03 Don Allingham <don@gramps-project.org>

* src/glade/gramps.glade: fix date status button.



svn: r6983
This commit is contained in:
Don Allingham 2006-07-03 23:38:38 +00:00
parent e593f5fd33
commit 872a650565
2 changed files with 34 additions and 27 deletions

View File

@ -1,3 +1,6 @@
2006-07-03 Don Allingham <don@gramps-project.org>
* src/glade/gramps.glade: fix date status button.
2006-07-02 Don Allingham <don@gramps-project.org> 2006-07-02 Don Allingham <don@gramps-project.org>
* various: pyflakes fixes * various: pyflakes fixes
* src/DataViews/_PedigreeView.py: add filter editor support * src/DataViews/_PedigreeView.py: add filter editor support

View File

@ -8638,6 +8638,8 @@ Text Beside Icons</property>
<child> <child>
<widget class="GtkButton" id="date_stat"> <widget class="GtkButton" id="date_stat">
<property name="width_request">33</property>
<property name="height_request">33</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property> <property name="relief">GTK_RELIEF_NONE</property>
@ -12846,33 +12848,6 @@ Text Beside Icons</property>
</packing> </packing>
</child> </child>
<child>
<widget class="GtkButton" id="eer_date_stat">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<child>
<widget class="GtkImage" id="eer_date_stat_child">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child> <child>
<widget class="GtkHBox" id="eer_warning"> <widget class="GtkHBox" id="eer_warning">
<property name="border_width">6</property> <property name="border_width">6</property>
@ -13161,6 +13136,35 @@ Text Beside Icons</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child>
<widget class="GtkButton" id="eer_date_stat">
<property name="width_request">33</property>
<property name="height_request">33</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<child>
<widget class="GtkImage" id="eer_date_stat_child">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
</widget> </widget>
<packing> <packing>
<property name="tab_expand">False</property> <property name="tab_expand">False</property>