diff options
| author | Eugene Popov <[email protected]> | 2021-05-25 14:24:11 +0300 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-05-29 22:16:18 +0000 |
| commit | df9ae6c24ec57afd063bfa7ff25160efdb913ce9 (patch) | |
| tree | aed6760ca706157f52b917713fbdd90f3b5ed118 /src/panels | |
| parent | 83c9108f8169d9a738f71a67686d432abfecdc53 (diff) | |
Use SmallMedium icon size in the Places panel as default
This patch makes the Places panel to use SmallMedium icon size as default, making it easier to read. It also removes extra spacing from items with small icons (reverts e9a39700 and 56888a56).
BUG: 437345
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/dolphin_placespanelsettings.kcfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/panels/places/dolphin_placespanelsettings.kcfg b/src/panels/places/dolphin_placespanelsettings.kcfg index b2ef8e574..db0ac9495 100644 --- a/src/panels/places/dolphin_placespanelsettings.kcfg +++ b/src/panels/places/dolphin_placespanelsettings.kcfg @@ -4,11 +4,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"> + <include>kiconloader.h</include> <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> - <default>-1</default> + <default code="true">KIconLoader::SizeSmallMedium</default> </entry> </group> </kcfg> |
