]> cloud.milkyroute.net Git - dolphin.git/commit
Add a new config option for the icon size in the Places Panel
authorFrank Reininghaus <frank78ac@googlemail.com>
Thu, 27 Sep 2012 06:11:53 +0000 (08:11 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Thu, 27 Sep 2012 06:12:02 +0000 (08:12 +0200)
commit831251d0f3bd960449e31d7a82baec1bba131e15
tree4a5fa53a1c97a9c39e91ec0e126f53dff218151f
parent63561edb4598035e8631575dbc19d0581e85823a
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
BUG: 301959
src/CMakeLists.txt
src/panels/places/dolphin_placespanelsettings.kcfg [new file with mode: 0644]
src/panels/places/dolphin_placespanelsettings.kcfgc [new file with mode: 0644]
src/panels/places/placespanel.cpp
src/panels/places/placesview.cpp [new file with mode: 0644]
src/panels/places/placesview.h [new file with mode: 0644]