Patch by: Andreas Koehler <andi5.py@gmx.net>
2007-03-04 Jens Granseuer <jensgr@gmx.net> Patch by: Andreas Koehler <andi5.py@gmx.net> * gnome-about-me.glade: use proper shadow type for the address fields (fixes bug #414061) svn path=/trunk/; revision=7362
This commit is contained in:
parent
7227b2dafd
commit
5a8978b069
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-03-04 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Andreas Koehler <andi5.py@gmx.net>
|
||||
|
||||
* gnome-about-me.glade: use proper shadow type for the address fields
|
||||
(fixes bug #414061)
|
||||
|
||||
2007-02-27 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-about-me-password.c: (stop_passwd),
|
||||
|
|
|
@ -1290,7 +1290,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
|
||||
<property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
|
||||
<property name="shadow_type">GTK_SHADOW_IN</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
|
||||
<child>
|
||||
|
@ -1706,7 +1706,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
|
||||
<property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
|
||||
<property name="shadow_type">GTK_SHADOW_IN</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
|
||||
<child>
|
||||
|
|
Loading…
Add table
Reference in a new issue