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
This commit is contained in:
Eugene Popov 2021-05-25 14:24:11 +03:00 committed by Nate Graham
parent 83c9108f81
commit df9ae6c24e

View file

@ -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>