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
f1a4e1f5
Commit
f1a4e1f5
authored
Sep 27, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): little fixes on style
parent
49404608
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
20 deletions
+23
-20
Colors.qml
tests/ui/modules/Linphone/Colors.qml
+15
-12
ExclusiveButtonsStyle.qml
...ui/modules/Linphone/Styles/Form/ExclusiveButtonsStyle.qml
+4
-4
SmallButtonStyle.qml
tests/ui/modules/Linphone/Styles/Form/SmallButtonStyle.qml
+4
-4
No files found.
tests/ui/modules/Linphone/Colors.qml
View file @
f1a4e1f5
...
...
@@ -2,21 +2,24 @@ pragma Singleton
import
QtQuick
2.7
QtObject
{
property
string
a
:
'
transparent
'
property
string
b
:
'
#5E5E5F
'
// Pressed toolbar.
property
string
c
:
'
#C5C5C5
'
// Released toolbar.
property
string
a
:
'
transparent
'
property
string
b
:
'
#5E5E5F
'
// Pressed toolbar.
property
string
c
:
'
#C5C5C5
'
// Released toolbar.
property
string
d
:
'
#5A585B
'
// Text color.
property
string
d
:
'
#5A585B
'
// Text color.
property
string
e
:
'
#DEDEDE
'
// Timeline separator
property
string
e
:
'
#DEDEDE
'
// Timeline separator
property
string
f
:
'
#808080
'
// Popup shadow.
property
string
f
:
'
#808080
'
// Popup shadow.
property
string
g
:
'
#8E8E8E
'
// MenuEntry Normal.
property
string
h
:
'
#707070
'
// MenuEntry Hovered.
property
string
i
:
'
#FE5E00
'
// MenuEntry Pressed.
property
string
j
:
'
#434343
'
// MenuEntry Selected.
property
string
g
:
'
#8E8E8E
'
// MenuEntry Normal.
property
string
h
:
'
#707070
'
// MenuEntry Hovered.
property
string
i
:
'
#FE5E00
'
// MenuEntry Pressed.
property
string
j
:
'
#434343
'
// MenuEntry Selected.
property
string
k
:
'
#FFFFFF
'
// Text color.
property
string
l
:
'
#000000
'
// Text color.
property
string
k
:
'
#FFFFFF
'
// Text color.
property
string
l
:
'
#000000
'
// Text color.
property
string
m
:
'
#D1D1D1
'
// SmallButton Normal.
property
string
n
:
'
#C0C0C0
'
// SmallButton Hovered.
}
tests/ui/modules/Linphone/Styles/Form/ExclusiveButtonsStyle.qml
View file @
f1a4e1f5
...
...
@@ -8,10 +8,10 @@ QtObject {
property
QtObject
button
:
QtObject
{
property
QtObject
color
:
QtObject
{
property
string
hovered
:
'
#C0C0C0
'
property
string
normal
:
'
#D1D1D1
'
property
string
pressed
:
'
#FE5E00
'
property
string
selected
:
'
#8E8E8E
'
property
string
hovered
:
Colors
.
n
property
string
normal
:
Colors
.
m
property
string
pressed
:
Colors
.
i
property
string
selected
:
Colors
.
g
}
}
}
tests/ui/modules/Linphone/Styles/Form/SmallButtonStyle.qml
View file @
f1a4e1f5
...
...
@@ -9,15 +9,15 @@ QtObject {
property
int
radius
:
10
property
QtObject
color
:
QtObject
{
property
string
hovered
:
'
#C0C0C0
'
property
string
normal
:
'
#D1D1D1
'
property
string
pressed
:
'
#FE5E00
'
property
string
hovered
:
Colors
.
n
property
string
normal
:
Colors
.
m
property
string
pressed
:
Colors
.
i
}
}
property
QtObject
text
:
QtObject
{
property
int
fontSize
:
8
property
string
color
:
'
#FFFFFF
'
property
string
color
:
Colors
.
k
}
}
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