Revision ca5fcd5...

Go back to digest for 30th September 2012

Features in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.9] /src:

Add a new config option for the icon size in the Places Panel

To change the icon size in the Places Panel to, e.g., 60 pixels, add
the following lines to $KDEHOME/share/config/dolphinrc :

[PlacesPanel]
IconSize=60

A value of -1 means that the standard "Small" size should be used
(which has been the default before this commit).

It is planned to add an "Icon Size" submenu to the context menu of the
Places Panel in KDE 4.10, but we cannot do this in the 4.9 branch
because of the string freeze.

FIXED-IN: 4.9.2

File Changes

Added 4 files
  • /src/panels/places
  •   dolphin/dolphin_placespanelsettings.kcfg
  •   dolphin/dolphin_placespanelsettings.kcfgc
  •   dolphin/placesview.cpp
  •   dolphin/placesview.h
Modified 2 files
  • /src
  •   dolphin/CMakeLists.txt
  •   dolphin/panels/places/placespanel.cpp
6 files changed in total