Skip to content

Commit

Permalink
One more glade file with visible=true dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Mar 31, 2018
1 parent 518519f commit 6c61940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnucash/gtkbuilder/gnc-plugin-page-register2.glade
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="page_increment">10</property>
</object>
<object class="GtkDialog" id="duplicate_transaction_dialog">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Duplicate Transaction</property>
Expand Down Expand Up @@ -164,7 +164,7 @@
</action-widgets>
</object>
<object class="GtkDialog" id="filter_by_dialog">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Filter register by...</property>
Expand Down Expand Up @@ -677,7 +677,7 @@
</action-widgets>
</object>
<object class="GtkDialog" id="void_transaction_dialog">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Void Transaction</property>
Expand Down

0 comments on commit 6c61940

Please sign in to comment.