diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 16:00:51 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 16:00:51 +0200 | 
| commit | 67737269a6358994dc1468e247691cf15e42ad7f (patch) | |
| tree | 3a4f41e38a90d6bcaadc66f5eab01929ca57fcf2 /src/settings | |
| parent | title for bookmark. Removed fallback mechanism (diff) | |
| download | rekonq-67737269a6358994dc1468e247691cf15e42ad7f.tar.xz | |
Cedric's patch
let autoscroll being optional
(active by default..)
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/settings_general.ui | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/src/settings/settings_general.ui b/src/settings/settings_general.ui index f7771cbc..c0060d76 100644 --- a/src/settings/settings_general.ui +++ b/src/settings/settings_general.ui @@ -244,6 +244,25 @@      </widget>     </item>     <item> +    <widget class="QGroupBox" name="groupBox_5"> +     <property name="title"> +      <string>Navigation</string> +     </property> +     <layout class="QVBoxLayout" name="verticalLayout"> +      <item> +       <widget class="QCheckBox" name="kcfg_disableAutoScroll"> +        <property name="toolTip"> +         <string>Disable automatic scrolling on middle click in a web page</string> +        </property> +        <property name="text"> +         <string>Disable auto scrolling</string> +        </property> +       </widget> +      </item> +     </layout> +    </widget> +   </item> +   <item>      <spacer name="verticalSpacer">       <property name="orientation">        <enum>Qt::Vertical</enum> | 
