┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorWagner Soares <[email protected]>2026-02-19 17:57:02 -0300
committerMéven Car <[email protected]>2026-03-11 16:33:57 +0000
commit0f7a9c681c4f7336362bf8a5d1c41f2bc8ed9215 (patch)
tree247b5517d24f773a7d6d964474b8b1d92b257b38 /src/settings
parent69dd9b4ef427a697dc04a329917cdfba62c5b145 (diff)
viewproperties: Add per-folder zoom
Adds ZoomLevel flag to the directory and uses it instead of global settings when globalViewProps is set to false. CCBUG: 169405
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index bae1f409f..3b23918ef 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -27,6 +27,12 @@
<default code="true">DolphinView::IconsView</default>
</entry>
+ <entry name="ZoomLevel" type="Int" >
+ <label context="@label">Zoom Level</label>
+ <whatsthis context="@info:whatsthis">Zoom level of the folder.</whatsthis>
+ <default>-1</default>
+ </entry>
+
<entry name="PreviewsShown" type="Bool" >
<label context="@label">Previews shown</label>
<whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>