mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Derek Atkins's fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5903 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
94d8372af6
commit
a519814ff9
@ -108,27 +108,27 @@
|
|||||||
</child>
|
</child>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkVBox</class>
|
<class>GtkHBox</class>
|
||||||
<name>vbox4</name>
|
<name>hbox8</name>
|
||||||
<border_width>3</border_width>
|
<border_width>3</border_width>
|
||||||
<homogeneous>True</homogeneous>
|
<homogeneous>False</homogeneous>
|
||||||
<spacing>0</spacing>
|
<spacing>0</spacing>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkHBox</class>
|
<class>GtkVBox</class>
|
||||||
<name>hbox1</name>
|
<name>vbox4</name>
|
||||||
<homogeneous>False</homogeneous>
|
<border_width>3</border_width>
|
||||||
|
<homogeneous>True</homogeneous>
|
||||||
<spacing>0</spacing>
|
<spacing>0</spacing>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
<expand>True</expand>
|
<expand>False</expand>
|
||||||
<fill>True</fill>
|
<fill>True</fill>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkLabel</class>
|
<class>GtkLabel</class>
|
||||||
<name>label1</name>
|
<name>label1</name>
|
||||||
<width>75</width>
|
|
||||||
<label>Job Number: </label>
|
<label>Job Number: </label>
|
||||||
<justify>GTK_JUSTIFY_RIGHT</justify>
|
<justify>GTK_JUSTIFY_RIGHT</justify>
|
||||||
<wrap>False</wrap>
|
<wrap>False</wrap>
|
||||||
@ -144,25 +144,26 @@
|
|||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkEntry</class>
|
<class>GtkLabel</class>
|
||||||
<name>id_entry</name>
|
<name>label2</name>
|
||||||
<width>50</width>
|
<label>Customer: </label>
|
||||||
<can_focus>True</can_focus>
|
<justify>GTK_JUSTIFY_RIGHT</justify>
|
||||||
<editable>True</editable>
|
<wrap>False</wrap>
|
||||||
<text_visible>True</text_visible>
|
<xalign>1</xalign>
|
||||||
<text_max_length>0</text_max_length>
|
<yalign>0.5</yalign>
|
||||||
<text></text>
|
<xpad>0</xpad>
|
||||||
|
<ypad>0</ypad>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
<expand>False</expand>
|
<expand>False</expand>
|
||||||
<fill>True</fill>
|
<fill>False</fill>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkHBox</class>
|
<class>GtkVBox</class>
|
||||||
<name>hbox2</name>
|
<name>vbox12</name>
|
||||||
<homogeneous>False</homogeneous>
|
<homogeneous>False</homogeneous>
|
||||||
<spacing>0</spacing>
|
<spacing>0</spacing>
|
||||||
<child>
|
<child>
|
||||||
@ -172,16 +173,14 @@
|
|||||||
</child>
|
</child>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkLabel</class>
|
<class>GtkEntry</class>
|
||||||
<name>label2</name>
|
<name>id_entry</name>
|
||||||
<width>75</width>
|
<width>50</width>
|
||||||
<label>Customer: </label>
|
<can_focus>True</can_focus>
|
||||||
<justify>GTK_JUSTIFY_RIGHT</justify>
|
<editable>True</editable>
|
||||||
<wrap>False</wrap>
|
<text_visible>True</text_visible>
|
||||||
<xalign>1</xalign>
|
<text_max_length>0</text_max_length>
|
||||||
<yalign>0.5</yalign>
|
<text></text>
|
||||||
<xpad>0</xpad>
|
|
||||||
<ypad>0</ypad>
|
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
<expand>False</expand>
|
<expand>False</expand>
|
||||||
|
Loading…
Reference in New Issue
Block a user