mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[AutoScroll] Set minimum value of divider to 1.0
This commit is contained in:
parent
47fe951001
commit
c7cf42f0a4
@ -36,7 +36,7 @@ PluginSpec AutoScrollPlugin::pluginSpec()
|
||||
spec.name = "AutoScroll";
|
||||
spec.info = "AutoScroll plugin";
|
||||
spec.description = "Provides support for autoscroll with middle mouse button";
|
||||
spec.version = "0.1.2";
|
||||
spec.version = "0.1.3";
|
||||
spec.author = "David Rosca <nowrep@gmail.com>";
|
||||
spec.icon = QPixmap(":/autoscroll/data/scroll_all.png");
|
||||
spec.hasSettings = true;
|
||||
|
@ -111,7 +111,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="divider"/>
|
||||
<widget class="QDoubleSpinBox" name="divider">
|
||||
<property name="minimum">
|
||||
<double>1.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_6">
|
||||
|
Loading…
Reference in New Issue
Block a user