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
49404608
Commit
49404608
authored
Sep 27, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): little fixes on style
parent
b81239ae
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
79 additions
and
75 deletions
+79
-75
Menu.qml
tests/ui/modules/Linphone/Menu.qml
+2
-2
CollapseStyle.qml
tests/ui/modules/Linphone/Styles/CollapseStyle.qml
+8
-8
DialogStyle.qml
tests/ui/modules/Linphone/Styles/DialogStyle.qml
+16
-16
ForceScrollBarStyle.qml
tests/ui/modules/Linphone/Styles/ForceScrollBarStyle.qml
+13
-13
SmallButtonStyle.qml
tests/ui/modules/Linphone/Styles/Form/SmallButtonStyle.qml
+1
-0
MenuStyle.qml
tests/ui/modules/Linphone/Styles/MenuStyle.qml
+20
-16
PopupStyle.qml
tests/ui/modules/Linphone/Styles/PopupStyle.qml
+1
-2
SearchBoxStyle.qml
tests/ui/modules/Linphone/Styles/SearchBoxStyle.qml
+4
-4
TimelineStyle.qml
tests/ui/modules/Linphone/Styles/TimelineStyle.qml
+14
-14
No files found.
tests/ui/modules/Linphone/Menu.qml
View file @
49404608
...
...
@@ -53,8 +53,8 @@ ColumnLayout {
Text
{
Layout.fillWidth
:
true
color
:
MenuStyle
.
entry
.
text
C
olor
font.pointSize
:
MenuStyle
.
entry
.
fontSize
color
:
MenuStyle
.
entry
.
text
.
c
olor
font.pointSize
:
MenuStyle
.
entry
.
text
.
fontSize
height
:
parent
.
height
text
:
modelData
.
entryName
verticalAlignment
:
Text
.
AlignVCenter
...
...
tests/ui/modules/Linphone/Styles/CollapseStyle.qml
View file @
49404608
...
...
@@ -2,14 +2,14 @@ pragma Singleton
import
QtQuick
2.7
QtObject
{
property
int
animationDuration
:
200
property
int
iconSize
:
32
property
int
animationDuration
:
200
property
int
iconSize
:
32
property
string
icon
:
'
collapse
'
property
string
icon
:
'
collapse
'
property
Rectangle
background
:
Rectangle
{
// Do not use Constants.colors.
// Collapse uses an icon without background color.
color
:
'
transparent
'
}
property
Rectangle
background
:
Rectangle
{
// Do not use Constants.colors.
// Collapse uses an icon without background color.
color
:
'
transparent
'
}
}
tests/ui/modules/Linphone/Styles/DialogStyle.qml
View file @
49404608
...
...
@@ -4,24 +4,24 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
int
leftMargin
:
50
property
int
rightMargin
:
50
property
int
leftMargin
:
50
property
int
rightMargin
:
50
property
QtObject
buttons
:
QtObject
{
property
int
bottomMargin
:
15
property
int
spacing
:
20
property
int
topMargin
:
15
}
property
QtObject
buttons
:
QtObject
{
property
int
bottomMargin
:
15
property
int
spacing
:
20
property
int
topMargin
:
15
}
property
QtObject
confirmDialog
:
QtObject
{
property
int
height
:
150
property
int
width
:
370
}
property
QtObject
confirmDialog
:
QtObject
{
property
int
height
:
150
property
int
width
:
370
}
property
QtObject
description
:
QtObject
{
property
int
fontSize
:
12
property
int
verticalMargin
:
25
property
QtObject
description
:
QtObject
{
property
int
fontSize
:
12
property
int
verticalMargin
:
25
property
string
color
:
Colors
.
l
}
property
string
color
:
Colors
.
l
}
}
tests/ui/modules/Linphone/Styles/ForceScrollBarStyle.qml
View file @
49404608
...
...
@@ -4,19 +4,19 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
Rectangle
background
:
Rectangle
{
color
:
Colors
.
a
}
property
Rectangle
background
:
Rectangle
{
color
:
Colors
.
a
}
property
Rectangle
contentItem
:
Rectangle
{
implicitHeight
:
100
implicitWidth
:
8
radius
:
10
}
property
Rectangle
contentItem
:
Rectangle
{
implicitHeight
:
100
implicitWidth
:
8
radius
:
10
}
property
QtObject
color
:
QtObject
{
property
string
hovered
:
Colors
.
h
property
string
normal
:
Colors
.
c
property
string
pressed
:
Colors
.
b
}
property
QtObject
color
:
QtObject
{
property
string
hovered
:
Colors
.
h
property
string
normal
:
Colors
.
c
property
string
pressed
:
Colors
.
b
}
}
tests/ui/modules/Linphone/Styles/Form/SmallButtonStyle.qml
View file @
49404608
...
...
@@ -17,6 +17,7 @@ QtObject {
property
QtObject
text
:
QtObject
{
property
int
fontSize
:
8
property
string
color
:
'
#FFFFFF
'
}
}
tests/ui/modules/Linphone/Styles/MenuStyle.qml
View file @
49404608
...
...
@@ -4,24 +4,28 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
int
spacing
:
2
property
int
spacing
:
2
property
QtObject
entry
:
QtObject
{
property
int
fontSize
:
13
property
int
iconSize
:
24
property
int
leftMargin
:
20
property
int
rightMargin
:
20
property
int
selectionIconSize
:
12
property
int
spacing
:
18
property
QtObject
entry
:
QtObject
{
property
int
iconSize
:
24
property
int
leftMargin
:
20
property
int
rightMargin
:
20
property
int
selectionIconSize
:
12
property
int
spacing
:
18
property
string
selectionIcon
:
'
right_arrow
'
property
string
textColor
:
Colors
.
k
property
string
selectionIcon
:
'
right_arrow
'
property
QtObject
color
:
QtObject
{
property
string
normal
:
Colors
.
g
property
string
hovered
:
Colors
.
h
property
string
pressed
:
Colors
.
i
property
string
selected
:
Colors
.
j
}
property
QtObject
color
:
QtObject
{
property
string
normal
:
Colors
.
g
property
string
hovered
:
Colors
.
h
property
string
pressed
:
Colors
.
i
property
string
selected
:
Colors
.
j
}
property
QtObject
text
:
QtObject
{
property
int
fontSize
:
13
property
string
color
:
Colors
.
k
}
}
}
tests/ui/modules/Linphone/Styles/PopupStyle.qml
View file @
49404608
...
...
@@ -7,9 +7,8 @@ QtObject {
property
string
backgroundColor
:
Colors
.
k
property
QtObject
shadow
:
QtObject
{
property
double
radius
:
8.0
property
int
horizontalOffset
:
0
property
int
radius
:
8
property
int
samples
:
15
property
int
verticalOffset
:
2
...
...
tests/ui/modules/Linphone/Styles/SearchBoxStyle.qml
View file @
49404608
...
...
@@ -4,9 +4,9 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
string
shadowColor
:
Colors
.
f
property
string
shadowColor
:
Colors
.
f
property
Rectangle
searchFieldBackground
:
Rectangle
{
implicitHeight
:
30
}
property
Rectangle
searchFieldBackground
:
Rectangle
{
implicitHeight
:
30
}
}
tests/ui/modules/Linphone/Styles/TimelineStyle.qml
View file @
49404608
...
...
@@ -4,21 +4,21 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
QtObject
legend
:
QtObject
{
property
int
bottomMargin
:
10
property
int
fontSize
:
13
property
int
iconSize
:
26
property
int
leftMargin
:
18
property
int
spacing
:
16
property
int
topMargin
:
10
property
QtObject
legend
:
QtObject
{
property
int
bottomMargin
:
10
property
int
fontSize
:
13
property
int
iconSize
:
26
property
int
leftMargin
:
18
property
int
spacing
:
16
property
int
topMargin
:
10
property
string
color
:
Colors
.
d
property
string
icon
:
'
history
'
}
property
string
color
:
Colors
.
d
property
string
icon
:
'
history
'
}
property
QtObject
separator
:
QtObject
{
property
int
height
:
1
property
QtObject
separator
:
QtObject
{
property
int
height
:
1
property
string
color
:
Colors
.
e
}
property
string
color
:
Colors
.
e
}
}
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