mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Use the same icon size for the compact-view like the details-view per default
This commit is contained in:
parent
1375f83168
commit
9592ffcf9d
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
|||
</entry>
|
||||
<entry name="IconSize" type="Int">
|
||||
<label>Icon size</label>
|
||||
<default code="true">KIconLoader::SizeMedium</default>
|
||||
<default code="true">KIconLoader::SizeSmall</default>
|
||||
</entry>
|
||||
<entry name="PreviewSize" type="Int">
|
||||
<label>Preview size</label>
|
||||
<default code="true">KIconLoader::SizeHuge</default>
|
||||
<default code="true">KIconLoader::SizeLarge</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
||||
|
|
Loading…
Reference in a new issue