diff options
| author | Peter Penz <[email protected]> | 2010-10-07 13:33:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-07 13:33:01 +0000 |
| commit | 50294c7a3cd95d89b2c3d7b94c878dc9a94a402d (patch) | |
| tree | 30656f57c0033ad570293a2fa52e2b501952bc48 /src | |
| parent | a83876c44fe26cafd942b1231c46e19a404b9082 (diff) | |
Hide the text of the go-back, go-forward and view-mode actions per default when the text is shown alongside icons.
svn path=/trunk/KDE/kdebase/apps/; revision=1183466
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinui.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index caa41ddf2..a4857c865 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -96,4 +96,11 @@ <Action name="show_preview" /> <Action name="split_view" /> </ToolBar> + <ActionProperties scheme="Default"> + <Action priority="0" name="go_back"/> + <Action priority="0" name="go_forward"/> + <Action priority="0" name="icons"/> + <Action priority="0" name="details"/> + <Action priority="0" name="columns"/> + </ActionProperties> </kpartgui> |
