┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2020-09-20 18:53:59 +0200
committerElvis Angelaccio <[email protected]>2020-11-09 23:49:07 +0100
commit37327c9b0aae112c5890703cba1f0157043007e0 (patch)
tree5cda9876f310a258b95226bc0d9681acc665f98e /src/dolphinui.rc
parent6151a7aec0516570926cb1d15da48936e38e6765 (diff)
Make UrlNavigators in the toolbar the only option
The UrlNavigators will be automatically added to the toolbar. The Sort By action is removed from the default toolbar to make space. Remove all options to have UrlNavigators outside the toolbar and remove those code paths. Make it so the new NavigatorsWidgetAction contains two UrlNavigators when in split view mode. Spacing was also added to align these UrlNavigators with the ViewContainers when enough space is available. Force the toolbar to be either at the top or bottom of the window. Set a sane sizeHint for DolphinUrlNavigator. It would be better to do this in KUrlNavigator in the future. This commit also contains a changes which should be moved to a separate merge requests before this gets merged: - Add an expansion animation when split view is enabled by the user
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 10c7c2fa4..01a3778f9 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -56,7 +56,6 @@
<text context="@title:menu">Location Bar</text>
<Action name="editable_location" />
<Action name="replace_location" />
- <Action name="location_in_toolbar" />
</Menu>
<Separator/>
<Action name="view_properties" />
@@ -120,9 +119,7 @@
<Action name="icons" />
<Action name="compact" />
<Action name="details" />
- <Separator name="separator_0" />
- <Action name="sort" />
- <Action name="url_navigator" />
+ <Action name="url_navigators" />
<Action name="split_view" />
<Action name="split_stash" />
<Action name="toggle_search" />