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
40a929a0
Commit
40a929a0
authored
May 12, 2017
by
Wescoeur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/views/App/Calls/EndedCall): test call and coding style
parent
fa162699
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
EndedCall.qml
linphone-desktop/ui/views/App/Calls/EndedCall.qml
+4
-5
CallStyle.qml
linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml
+5
-5
No files found.
linphone-desktop/ui/views/App/Calls/EndedCall.qml
View file @
40a929a0
...
@@ -77,15 +77,14 @@ Rectangle {
...
@@ -77,15 +77,14 @@ Rectangle {
Layout.preferredHeight
:
CallStyle
.
actionArea
.
height
Layout.preferredHeight
:
CallStyle
.
actionArea
.
height
Text
{
Text
{
width
:
parent
.
width
color
:
CallStyle
.
actionArea
.
callError
.
color
font.pointSize
:
CallStyle
.
actionArea
.
callError
.
fontSize
color
:
CallStyle
.
header
.
reason
.
color
font.pointSize
:
CallStyle
.
header
.
reason
.
fontSize
horizontalAlignment
:
Text
.
AlignHCenter
horizontalAlignment
:
Text
.
AlignHCenter
width
:
parent
.
width
text
:
{
text
:
{
var
call
=
endedCall
.
call
var
call
=
endedCall
.
call
return
call
.
reason
return
call
?
call
.
reason
:
''
}
}
}
}
}
}
...
...
linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml
View file @
40a929a0
...
@@ -23,6 +23,11 @@ QtObject {
...
@@ -23,6 +23,11 @@ QtObject {
property
QtObject
vu
:
QtObject
{
property
QtObject
vu
:
QtObject
{
property
int
spacing
:
5
property
int
spacing
:
5
}
}
property
QtObject
callError
:
QtObject
{
property
color
color
:
Colors
.
i
property
int
fontSize
:
12
}
}
}
property
QtObject
container
:
QtObject
{
property
QtObject
container
:
QtObject
{
...
@@ -70,10 +75,5 @@ QtObject {
...
@@ -70,10 +75,5 @@ QtObject {
property
QtObject
stats
:
QtObject
{
property
QtObject
stats
:
QtObject
{
property
int
relativeY
:
90
property
int
relativeY
:
90
}
}
property
QtObject
reason
:
QtObject
{
property
color
color
:
Colors
.
i
property
int
fontSize
:
12
}
}
}
}
}
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