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
P
Plasma Phone Components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Plasma
Plasma Phone Components
Commits
7af3e39c
Commit
7af3e39c
authored
Feb 12, 2018
by
Bhushan Shah
📱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into bshah/stuff
parents
eb6b01b5
57a01632
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
components/fullscreenpanel.cpp
components/fullscreenpanel.cpp
+0
-2
containments/panel/package/contents/ui/SlidingPanel.qml
containments/panel/package/contents/ui/SlidingPanel.qml
+1
-1
containments/taskpanel/package/contents/ui/TaskSwitcher.qml
containments/taskpanel/package/contents/ui/TaskSwitcher.qml
+1
-1
No files found.
components/fullscreenpanel.cpp
View file @
7af3e39c
...
...
@@ -95,9 +95,7 @@ void FullScreenPanel::showEvent(QShowEvent *event)
{
using
namespace
KWayland
::
Client
;
QQuickWindow
::
showEvent
(
event
);
// setWindowState(Qt::WindowFullScreen);
}
#include "fullscreenpanel.moc"
containments/panel/package/contents/ui/SlidingPanel.qml
View file @
7af3e39c
...
...
@@ -40,7 +40,7 @@ FullScreenPanel {
property
alias
fixedArea
:
fixedArea
function
open
()
{
window
.
visible
=
true
;
window
.
showFullScreen
()
;
peekAnim
.
running
=
true
;
}
function
close
()
{
...
...
containments/taskpanel/package/contents/ui/TaskSwitcher.qml
View file @
7af3e39c
...
...
@@ -83,7 +83,7 @@ FullScreenPanel {
property
alias
to
:
internalAnim
.
to
property
alias
from
:
internalAnim
.
from
ScriptAction
{
script
:
window
.
visible
=
true
;
script
:
window
.
showFullScreen
()
;
}
NumberAnimation
{
id
:
internalAnim
...
...
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