diff options
| author | Kai Uwe Broulik <[email protected]> | 2021-12-16 19:29:22 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2022-01-09 18:09:10 +0100 |
| commit | 0603e18cd4e36b988196a99810f2e3e803fe3125 (patch) | |
| tree | 6d70829efea053cb36c9e6618d8feadd45569a91 /src/panels/places/dolphin_placespanelsettings.kcfg | |
| parent | 3abc4cfcd49df45c856e1b5f01da8de8f970ccb2 (diff) | |
Port back to KFilePlacesView
This removes the custom-view engine version of the places panel
and replaces it with the upstream `KFilePlacesView` from KIO.
Diffstat (limited to 'src/panels/places/dolphin_placespanelsettings.kcfg')
| -rw-r--r-- | src/panels/places/dolphin_placespanelsettings.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/dolphin_placespanelsettings.kcfg b/src/panels/places/dolphin_placespanelsettings.kcfg index db0ac9495..58f77a959 100644 --- a/src/panels/places/dolphin_placespanelsettings.kcfg +++ b/src/panels/places/dolphin_placespanelsettings.kcfg @@ -8,7 +8,7 @@ <kcfgfile name="dolphinrc"/> <group name="PlacesPanel"> <entry name="IconSize" type="Int"> - <label>Size of icons in the Places Panel (-1 means "use the style's small size")</label> + <label>Size of icons in the Places Panel (-1 means "automatic")</label> <default code="true">KIconLoader::SizeSmallMedium</default> </entry> </group> |
