Patch by: Andreas Koehler <andi5.py@gmx.net>

2007-03-18  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Andreas Koehler <andi5.py@gmx.net>

	* gnome-mouse-properties.glade: use automatic instead of always
	scrollbar policy for the mouse pointer tab (fixes #345884)

svn path=/trunk/; revision=7394
This commit is contained in:
Jens Granseuer 2007-03-18 17:26:23 +00:00 committed by Jens Granseuer
parent 661686c5e8
commit ef78a7168a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2007-03-18 Jens Granseuer <jensgr@gmx.net>
Patch by: Andreas Koehler <andi5.py@gmx.net>
* gnome-mouse-properties.glade: use automatic instead of always
scrollbar policy for the mouse pointer tab (fixes #345884)
2007-03-05 Jens Granseuer <jensgr@gmx.net>
* gnome-mouse-properties.c: (populate_tree_model), (setup_dialog): fix

View file

@ -564,7 +564,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>