diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-06-30 18:36:49 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-08 21:08:45 +0200 |
commit | b94c146ef02f7e966251bb78cd124367c73e7d1d (patch) | |
tree | 669a6317a430dc6ae3f33cca1bc14109361ef88a /src/settings | |
parent | Merge branch 'm155' (diff) | |
download | rekonq-b94c146ef02f7e966251bb78cd124367c73e7d1d.tar.xz |
Implement KHTML smooth scrolling for rekonq
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/settings_appearance.ui | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/settings/settings_appearance.ui b/src/settings/settings_appearance.ui index 7ec23484..f7dd4747 100644 --- a/src/settings/settings_appearance.ui +++ b/src/settings/settings_appearance.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>351</width> - <height>455</height> + <width>364</width> + <height>457</height> </rect> </property> <property name="windowTitle"> @@ -241,6 +241,19 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="kcfg_smoothScrolling"> + <property name="toolTip"> + <string>Scroll pages with an eye candy effect</string> + </property> + <property name="text"> + <string>Enable smooth scrolling</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> |