Skip to content

Commit

Permalink
Bug 799416 - Post invoice: post to account dropdown listbox too small
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Sep 11, 2024
1 parent 64f2d90 commit f2aff99
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gnucash/gtkbuilder/dialog-date-close.glade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkDialog" id="date_account_dialog">
Expand Down Expand Up @@ -73,7 +73,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">dialog-question</property>
<property name="icon-size">3</property>
<property name="icon_size">3</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -221,7 +221,6 @@
<object class="GtkBox" id="acct_hbox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<child>
<placeholder/>
Expand Down Expand Up @@ -328,7 +327,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">dialog-question</property>
<property name="icon-size">3</property>
<property name="icon_size">3</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit f2aff99

Please sign in to comment.