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
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
61 additions
and
57 deletions
+61
-57
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
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
tests/ui/modules/Linphone/Styles/DialogStyle.qml
View file @
49404608
tests/ui/modules/Linphone/Styles/ForceScrollBarStyle.qml
View file @
49404608
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
...
...
@@ -7,7 +7,6 @@ QtObject {
property
int
spacing
:
2
property
QtObject
entry
:
QtObject
{
property
int
fontSize
:
13
property
int
iconSize
:
24
property
int
leftMargin
:
20
property
int
rightMargin
:
20
...
...
@@ -15,7 +14,6 @@ QtObject {
property
int
spacing
:
18
property
string
selectionIcon
:
'
right_arrow
'
property
string
textColor
:
Colors
.
k
property
QtObject
color
:
QtObject
{
property
string
normal
:
Colors
.
g
...
...
@@ -23,5 +21,11 @@ QtObject {
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
...
...
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