Skip to content

Commit

Permalink
Bug 599322 - Patch: Minor gui tweak for invoice window
Browse files Browse the repository at this point in the history
Fix widget spacing.

Patch by Geert Janssens


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18405 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
Phil Longstaff committed Nov 1, 2009
1 parent 4b9981e commit e405df9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/business/business-gnome/glade/invoice.glade
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,8 @@
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<property name="spacing">2</property>
<property name="border_width">3</property>

<child>
<widget class="GtkVBox" id="vbox2">
Expand Down Expand Up @@ -1117,7 +1118,8 @@
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<property name="spacing">2</property>
<property name="border_width">3</property>

<child>
<widget class="GtkVBox" id="vbox8">
Expand Down Expand Up @@ -1402,7 +1404,7 @@
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="padding">1</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
Expand All @@ -1422,6 +1424,7 @@
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<property name="border_width">3</property>

<child>
<widget class="GtkTextView" id="notes_text">
Expand Down Expand Up @@ -1495,7 +1498,8 @@
<property name="border_width">3</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<property name="spacing">2</property>
<property name="border_width">3</property>

<child>
<widget class="GtkLabel" id="label24">
Expand Down Expand Up @@ -1624,7 +1628,8 @@
<widget class="GtkHBox" id="hbox9">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<property name="spacing">2</property>
<property name="border_width">3</property>

<child>
<widget class="GtkLabel" id="label31">
Expand Down

0 comments on commit e405df9

Please sign in to comment.