Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
63230fc0
Commit
63230fc0
authored
Jun 07, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): remove tabs!!!
parent
e059e36d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
NotificationNewVersionAvailableStyle.qml
...es/Notifications/NotificationNewVersionAvailableStyle.qml
+1
-1
IncallFullscreenWindow.qml
...one-desktop/ui/views/App/Calls/IncallFullscreenWindow.qml
+8
-8
No files found.
linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationNewVersionAvailableStyle.qml
View file @
63230fc0
...
...
@@ -17,6 +17,6 @@ QtObject {
property
QtObject
message
:
QtObject
{
property
color
color
:
Colors
.
h
property
int
fontSize
:
10
property
real
topPadding
:
10
property
int
topPadding
:
10
}
}
linphone-desktop/ui/views/App/Calls/IncallFullscreenWindow.qml
View file @
63230fc0
...
...
@@ -25,7 +25,7 @@ Window {
// ---------------------------------------------------------------------------
function
_exit
(
cb
)
{
incall
.
showNormal
()
incall
.
showNormal
()
incall
.
close
()
if
(
cb
)
{
...
...
@@ -36,10 +36,10 @@ Window {
// ---------------------------------------------------------------------------
onVisibilityChanged
:
{
if
(
sFullScreen
&&
visibility
===
Window
.
Windowed
)
{
incall
.
showFullScreen
()
sFullScreen
=
false
}
if
(
sFullScreen
&&
visibility
===
Window
.
Windowed
)
{
incall
.
showFullScreen
()
sFullScreen
=
false
}
}
// ---------------------------------------------------------------------------
...
...
@@ -57,9 +57,9 @@ Window {
focus
:
true
Keys.onEscapePressed
:
{
incall
.
showNormal
()
incall
.
close
()
}
incall
.
showNormal
()
incall
.
close
()
}
Loader
{
anchors.fill
:
parent
...
...
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