Skip to content
Commit d212ad8d authored by Aurélien Gâteau's avatar Aurélien Gâteau
Browse files

Make "lock zoom" feature optional

Having used Gwenview with the lock zoom feature back in. I realize it
is a useful feature, but strongly believes should not be enabled by default.

This commit reverts to not locking zoom by default, but introduces an
hidden config option which can be set with:

kwriteconfig --file gwenviewrc --group ImageView \
  --key ShowLockZoomButton --type bool true

When this is set, a lock button appears on the right of the zoom level.
Clicking it will lock zoom, clicking it again will unlock zoom.

I want to find a better solution for this in KDE SC 4.10: I don't like how
the lock button adds clutter to the already cluttered, zoom widgetry, but
this should do for KDE SC 4.9.

CCBUG: 291759
parent 94fd6e5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment