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
805bdd71
Commit
805bdd71
authored
Sep 27, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): little fixes on style
parent
f1a4e1f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
41 deletions
+41
-41
Timeline.qml
tests/ui/modules/Linphone/Timeline.qml
+41
-41
No files found.
tests/ui/modules/Linphone/Timeline.qml
View file @
805bdd71
...
...
@@ -7,50 +7,50 @@ import Linphone.Styles 1.0
// ===================================================================
ColumnLayout
{
id
:
item
property
var
model
// Legend.
Row
{
Layout.topMargin
:
TimelineStyle
.
legend
.
topMargin
Layout.bottomMargin
:
TimelineStyle
.
legend
.
bottomMargin
Layout.leftMargin
:
TimelineStyle
.
legend
.
leftMargin
spacing
:
TimelineStyle
.
legend
.
spacing
Icon
{
icon
:
TimelineStyle
.
legend
.
icon
iconSize
:
TimelineStyle
.
legend
.
iconSize
}
Text
{
color
:
TimelineStyle
.
legend
.
color
font.pointSize
:
TimelineStyle
.
legend
.
fontSize
height
:
parent
.
height
text
:
qsTr
(
'
timelineTitle
'
)
verticalAlignment
:
Text
.
AlignVCenter
}
}
id
:
item
// Separator.
Rectangle
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
TimelineStyle
.
separator
.
height
color
:
TimelineStyle
.
separator
.
color
}
property
var
model
// History.
ScrollableListView
{
Layout.fillHeight
:
true
Layout.fillWidth
:
true
// Legend.
Row
{
Layout.bottomMargin
:
TimelineStyle
.
legend
.
bottomMargin
Layout.leftMargin
:
TimelineStyle
.
legend
.
leftMargin
Layout.topMargin
:
TimelineStyle
.
legend
.
topMargin
spacing
:
TimelineStyle
.
legend
.
spacing
model
:
item
.
model
Icon
{
icon
:
TimelineStyle
.
legend
.
icon
iconSize
:
TimelineStyle
.
legend
.
iconSize
}
delegate
:
Contact
{
presence
:
$presence
sipAddress
:
$sipAddress
username
:
$username
width
:
parent
.
width
}
Text
{
color
:
TimelineStyle
.
legend
.
color
font.pointSize
:
TimelineStyle
.
legend
.
fontSize
height
:
parent
.
height
text
:
qsTr
(
'
timelineTitle
'
)
verticalAlignment
:
Text
.
AlignVCenter
}
}
// Separator.
Rectangle
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
TimelineStyle
.
separator
.
height
color
:
TimelineStyle
.
separator
.
color
}
// History.
ScrollableListView
{
Layout.fillHeight
:
true
Layout.fillWidth
:
true
model
:
item
.
model
delegate
:
Contact
{
presence
:
$presence
sipAddress
:
$sipAddress
username
:
$username
width
:
parent
.
width
}
}
}
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