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
a53fe99b
You need to sign in or sign up before continuing.
Commit
a53fe99b
authored
Nov 07, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ChatStyle): use `Common/Colors`
parent
ab2af5b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Colors.qml
tests/ui/modules/Common/Colors.qml
+1
-0
Message.qml
tests/ui/modules/Linphone/Chat/Message.qml
+0
-1
ChatStyle.qml
tests/ui/modules/Linphone/Styles/ChatStyle.qml
+9
-9
No files found.
tests/ui/modules/Common/Colors.qml
View file @
a53fe99b
...
...
@@ -39,4 +39,5 @@ QtObject {
property
color
v
:
'
#E2E2E2
'
property
color
w
:
'
#A1A1A1
'
property
color
x
:
'
#96A5B1
'
property
color
y
:
'
#D0D8DE
'
}
tests/ui/modules/Linphone/Chat/Message.qml
View file @
a53fe99b
...
...
@@ -35,7 +35,6 @@ Item {
left
:
container
.
left
right
:
container
.
right
}
padding
:
ChatStyle
.
entry
.
message
.
padding
text
:
$content
wrapMode
:
Text
.
Wrap
...
...
tests/ui/modules/Linphone/Styles/ChatStyle.qml
View file @
a53fe99b
...
...
@@ -11,13 +11,13 @@ QtObject {
property
int
bottomMargin
:
20
property
QtObject
border
:
QtObject
{
property
color
color
:
'
#E2E9EF
'
property
color
color
:
Colors
.
p
property
int
width
:
1
}
property
QtObject
text
:
QtObject
{
property
int
fontSize
:
10
property
color
color
:
'
#6B7A86
'
property
color
color
:
Colors
.
g
}
}
...
...
@@ -25,7 +25,7 @@ QtObject {
property
int
height
:
80
property
QtObject
border
:
QtObject
{
property
color
color
:
'
#B1B1B1
'
property
color
color
:
Colors
.
u
property
int
width
:
1
}
}
...
...
@@ -41,7 +41,7 @@ QtObject {
property
int
iconSize
:
18
property
QtObject
text
:
QtObject
{
property
color
color
:
'
#595759
'
property
color
color
:
Colors
.
r
property
int
fontSize
:
10
}
}
...
...
@@ -57,28 +57,28 @@ QtObject {
}
property
QtObject
incoming
:
QtObject
{
property
color
backgroundColor
:
'
#D0D8DE
'
property
color
backgroundColor
:
Colors
.
y
property
int
avatarSize
:
20
property
QtObject
text
:
QtObject
{
property
color
color
:
'
#595759
'
property
color
color
:
Colors
.
r
property
int
fontSize
:
10
}
}
property
QtObject
outgoing
:
QtObject
{
property
color
backgroundColor
:
'
#F3F3F3
'
property
color
backgroundColor
:
Colors
.
e
property
int
sendIconSize
:
12
property
QtObject
text
:
QtObject
{
property
color
color
:
'
#595759
'
property
color
color
:
Colors
.
r
property
int
fontSize
:
10
}
}
}
property
QtObject
time
:
QtObject
{
property
color
color
:
'
#96A5B1
'
property
color
color
:
Colors
.
x
property
int
fontSize
:
10
property
int
width
:
44
}
...
...
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