Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,311
Issues
1,311
List
Boards
Labels
Service Desk
Milestones
Merge Requests
115
Merge Requests
115
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-shell
Commits
ea02aa39
Commit
ea02aa39
authored
Dec 10, 2020
by
Georges Basile Stavracas Neto
Committed by
Marge Bot
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overviewControls: Show DashSpacer in apps page as well
Part-of: <
!1559
>
parent
5070e640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
js/ui/overviewControls.js
js/ui/overviewControls.js
+0
-12
No files found.
js/ui/overviewControls.js
View file @
ea02aa39
...
...
@@ -435,8 +435,6 @@ class ControlsManager extends St.Widget {
this
.
_group
.
add_child
(
this
.
viewSelector
);
this
.
_group
.
add_actor
(
this
.
_thumbnailsSlider
);
Main
.
overview
.
connect
(
'
showing
'
,
this
.
_updateSpacerVisibility
.
bind
(
this
));
this
.
connect
(
'
destroy
'
,
this
.
_onDestroy
.
bind
(
this
));
}
...
...
@@ -482,18 +480,8 @@ class ControlsManager extends St.Widget {
this
.
_thumbnailsSlider
.
slideOut
();
}
_updateSpacerVisibility
()
{
if
(
Main
.
overview
.
animationInProgress
&&
!
Main
.
overview
.
visibleTarget
)
return
;
let
activePage
=
this
.
viewSelector
.
getActivePage
();
this
.
_dashSpacer
.
visible
=
activePage
==
ViewSelector
.
ViewPage
.
WINDOWS
;
}
_onPageEmpty
()
{
this
.
_dashSlider
.
pageEmpty
();
this
.
_thumbnailsSlider
.
pageEmpty
();
this
.
_updateSpacerVisibility
();
}
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment