Andreas Köhler's patch to wrap label text in a couple of dialogs.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13256 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-02-13 15:42:09 +00:00
parent f07a0d5a73
commit b85cd56cc5
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-02-13 David Hampton <hampton@employees.org>
* src/gnome/glade/sched-xact.glade:
* src/gnome/glade/account.glade: Andreas Köhler's patch to wrap
label text in a couple of dialogs.
2006-02-13 Derek Atkins <derek@ihtfp.com>
* src/report/standard-reports/advanced-portfolio.scm:
+1 -1
View File
@@ -1281,7 +1281,7 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
+1 -1
View File
@@ -5593,7 +5593,7 @@
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>