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
bd3eb748
Commit
bd3eb748
authored
Nov 02, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): fix used colors
parent
e01b4ef0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
19 deletions
+14
-19
Colors.qml
tests/ui/modules/Common/Colors.qml
+6
-11
PopupStyle.qml
tests/ui/modules/Common/Styles/PopupStyle.qml
+1
-1
SearchBoxStyle.qml
tests/ui/modules/Common/Styles/SearchBoxStyle.qml
+1
-1
ContactsStyle.qml
tests/ui/views/App/Styles/MainWindow/ContactsStyle.qml
+6
-6
No files found.
tests/ui/modules/Common/Colors.qml
View file @
bd3eb748
...
...
@@ -5,27 +5,20 @@ import QtQuick 2.7
QtObject
{
property
color
a
:
'
transparent
'
property
color
b
:
'
#5E5E5F
'
// Pressed toolbar.
property
color
d
:
'
#5A585B
'
// Text color.
property
color
e
:
'
#DEDEDE
'
// Timeline separator
property
color
f
:
'
#808080
'
// Popup shadow.
property
color
l
:
'
#000000
'
// Text color.
property
color
o
:
'
#232323
'
// TextButtonA Hovered.
property
color
p
:
'
#B1B1B1
'
// TextButtonB text Hovered.
property
color
q
:
'
#E6E6E6
'
// -----------------------------------------------------------------
// OK.
// -----------------------------------------------------------------
property
color
b
:
'
#5E5E5F
'
property
color
c
:
'
#CBCBCB
'
property
color
d
:
'
#5A585B
'
property
color
e
:
'
#F3F3F3
'
property
color
f
:
'
#E8E8E8
'
property
color
g
:
'
#6B7A86
'
property
color
g10
:
'
#1A6B7A86
'
property
color
g20
:
'
#336B7A86
'
...
...
@@ -35,8 +28,10 @@ QtObject {
property
color
j75
:
'
#BF4B5964
'
property
color
k
:
'
#FFFFFF
'
property
color
k50
:
'
#32FFFFFF
'
property
color
l
:
'
#000000
'
property
color
m
:
'
#D1D1D1
'
property
color
n
:
'
#C0C0C0
'
property
color
p
:
'
#E2E9EF
'
property
color
r
:
'
#595759
'
property
color
s
:
'
#D64D00
'
property
color
t
:
'
#FF8600
'
...
...
tests/ui/modules/Common/Styles/PopupStyle.qml
View file @
bd3eb748
...
...
@@ -14,7 +14,7 @@ QtObject {
}
property
QtObject
shadow
:
QtObject
{
property
color
color
:
Colors
.
f
property
color
color
:
Colors
.
l
property
int
horizontalOffset
:
4
property
int
radius
:
8
property
int
samples
:
15
...
...
tests/ui/modules/Common/Styles/SearchBoxStyle.qml
View file @
bd3eb748
...
...
@@ -6,5 +6,5 @@ import Common 1.0
// ===================================================================
QtObject
{
property
color
shadowColor
:
Colors
.
f
property
color
shadowColor
:
Colors
.
l
}
tests/ui/views/App/Styles/MainWindow/ContactsStyle.qml
View file @
bd3eb748
...
...
@@ -6,11 +6,11 @@ import Common 1.0
// ===================================================================
QtObject
{
property
color
backgroundColor
:
'
#FFFFFF
'
property
color
backgroundColor
:
Colors
.
k
property
int
spacing
:
20
property
QtObject
bar
:
QtObject
{
property
color
backgroundColor
:
'
#F3F3F3
'
property
color
backgroundColor
:
Colors
.
e
property
int
height
:
60
property
int
leftMargin
:
18
property
int
rightMargin
:
18
...
...
@@ -27,12 +27,12 @@ QtObject {
property
int
spacing
:
15
property
QtObject
backgroundColor
:
QtObject
{
property
color
normal
:
'
#FFFFFF
'
property
color
hovered
:
'
#E2E9EF
'
property
color
normal
:
Colors
.
k
property
color
hovered
:
Colors
.
p
}
property
QtObject
border
:
QtObject
{
property
color
color
:
'
#E8E8E8
'
property
color
color
:
Colors
.
f
property
int
width
:
1
}
...
...
@@ -42,7 +42,7 @@ QtObject {
}
property
QtObject
username
:
QtObject
{
property
color
color
:
'
#4B5964
'
property
color
color
:
Colors
.
j
property
int
width
:
220
}
}
...
...
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