Bug 511038 - Resetting zoom level does not respect user settings
Summary: Resetting zoom level does not respect user settings
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (other bugs)
Version First Reported In: 25.08.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-24 17:55 UTC by Eidur Eidsson
Modified: 2025-10-24 17:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eidur Eidsson 2025-10-24 17:55:24 UTC
Summary
If the user changes the preferred icon size and then resets the zoom level, it always returns to the default size.

How to reproduce
1. Go to "Configure Dolphin" > "View" > one of the mode tabs (Icons/Compact/Details), or modify ~/.config/dolphinrc directly.
2. Set both default and preview icon sizes to a different value (such as 64 pixels for demonstration). Hit "Apply".
3. Restart Dolphin (not needed, just to rule out loading issues).
4. Make sure the relevant mode is selected: "View" > "Change View Mode".
5. Hit Ctrl++ a few times.
6. Select "View" > "Reset Zoom Level", or hit Ctrl+0.

Expected result
The icon size should return to 64 pixels or whatever else the user prefers.

Observed result
The icon size changes to the default size, e.g. 32 pixels in Icons mode.