diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-11 00:01:24 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-11 00:01:24 +0200 | 
| commit | e9a026e5c6551b1036dec42e622c6996fc668044 (patch) | |
| tree | 18513adf4c6a1a042287699d9fb89d5bf66ee2d3 /src/settings | |
| parent | Merge commit 'refs/merge-requests/159' of git://gitorious.org/rekonq/mainline... (diff) | |
| parent | Fix the factor (diff) | |
| download | rekonq-e9a026e5c6551b1036dec42e622c6996fc668044.tar.xz | |
Merge commit 'refs/merge-requests/160' of git://gitorious.org/rekonq/mainline into m160
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> | 
