diff options
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> |