* src/gramps.glade: Left-justify the tips.
svn: r3588
This commit is contained in:
parent
43b40184b3
commit
515b0fabb0
@ -2,6 +2,7 @@
|
|||||||
* src/TipOfDay.py: Be tolerant to whitespace; allow markup in
|
* src/TipOfDay.py: Be tolerant to whitespace; allow markup in
|
||||||
the tips, enable random sequence of tips on each startup.
|
the tips, enable random sequence of tips on each startup.
|
||||||
* src/data/tips.xml: Merge with old tips.
|
* src/data/tips.xml: Merge with old tips.
|
||||||
|
* src/gramps.glade: Left-justify the tips.
|
||||||
|
|
||||||
2004-09-29 Leonid Mamtchenkov <leonid@leonid.maks.net>
|
2004-09-29 Leonid Mamtchenkov <leonid@leonid.maks.net>
|
||||||
* src/data/tips.xml: Format the tips collection.
|
* src/data/tips.xml: Format the tips collection.
|
||||||
|
@ -30870,7 +30870,7 @@ Family name Given name
|
|||||||
<property name="label" translatable="yes"></property>
|
<property name="label" translatable="yes"></property>
|
||||||
<property name="use_underline">False</property>
|
<property name="use_underline">False</property>
|
||||||
<property name="use_markup">False</property>
|
<property name="use_markup">False</property>
|
||||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||
<property name="selectable">False</property>
|
<property name="selectable">False</property>
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user