diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-12 20:36:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-12 20:36:02 +0800 |
commit | bed36ad982a8a8300b45abe33394478c302f3dc8 (patch) | |
tree | b4342eedc1cd06c412c24bd228d8bfbe33446e64 /data | |
parent | 101d226ab3d3a5a867cde402952c7193b6ace0f4 (diff) | |
download | gsoc2013-epiphany-bed36ad982a8a8300b45abe33394478c302f3dc8.tar.gz gsoc2013-epiphany-bed36ad982a8a8300b45abe33394478c302f3dc8.tar.zst gsoc2013-epiphany-bed36ad982a8a8300b45abe33394478c302f3dc8.zip |
Remove smooth scrolling pref from the UI
We'll add it back whenever we manage to add support for it in
WebKitGTK+.
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/prefs-dialog.ui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui index 3761cef29..31afb5b37 100644 --- a/data/glade/prefs-dialog.ui +++ b/data/glade/prefs-dialog.ui @@ -378,22 +378,6 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="smoothscroll_button"> - <property name="label" translatable="yes">Use s_mooth scrolling</property> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">3</property> - </packing> - </child> - <child> <object class="GtkHBox" id="css_container"> <property name="visible">True</property> <property name="spacing">24</property> |