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
1ec87096
Commit
1ec87096
authored
Oct 25, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(app): code style fixes
parent
51b82364
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
11 deletions
+10
-11
ActionMenu.qml
tests/ui/modules/Common/Menu/ActionMenu.qml
+1
-0
DropDownDynamicMenu.qml
tests/ui/modules/Common/Popup/DropDownDynamicMenu.qml
+4
-0
DropDownMenu.qml
tests/ui/modules/Common/Popup/DropDownMenu.qml
+4
-0
CaterpillarAnimationStyle.qml
...es/Common/Styles/Animations/CaterpillarAnimationStyle.qml
+0
-1
DialogStyle.qml
tests/ui/modules/Common/Styles/DialogStyle.qml
+0
-1
DroppableTextAreaStyle.qml
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
+0
-1
ListFormStyle.qml
tests/ui/modules/Common/Styles/Form/ListFormStyle.qml
+0
-2
SmallButtonStyle.qml
tests/ui/modules/Common/Styles/Form/SmallButtonStyle.qml
+0
-1
ActionMenuStyle.qml
tests/ui/modules/Common/Styles/Menu/ActionMenuStyle.qml
+1
-3
MenuStyle.qml
tests/ui/modules/Common/Styles/Menu/MenuStyle.qml
+0
-1
PopupStyle.qml
tests/ui/modules/Common/Styles/PopupStyle.qml
+0
-1
No files found.
tests/ui/modules/Common/Menu/ActionMenu.qml
View file @
1ec87096
...
...
@@ -35,6 +35,7 @@ ColumnLayout {
}
color
:
ActionMenuStyle
.
entry
.
text
.
color
elide
:
Text
.
ElideRight
font.pointSize
:
ActionMenuStyle
.
entry
.
text
.
fontSize
height
:
parent
.
height
text
:
modelData
...
...
tests/ui/modules/Common/Popup/DropDownDynamicMenu.qml
View file @
1ec87096
// ===================================================================
// Menu which supports `ListView`.
// ===================================================================
AbstractDropDownMenu
{
property
int
entryHeight
property
int
maxMenuHeight
...
...
tests/ui/modules/Common/Popup/DropDownMenu.qml
View file @
1ec87096
// ===================================================================
// Menu which supports menu like `ActionMenu` or `Menu`.
// ===================================================================
AbstractDropDownMenu
{
function
_computeHeight
()
{
return
_content
[
0
].
height
...
...
tests/ui/modules/Common/Styles/Animations/CaterpillarAnimationStyle.qml
View file @
1ec87096
...
...
@@ -16,7 +16,6 @@ QtObject {
property
QtObject
sphere
:
QtObject
{
property
color
color
:
Colors
.
r
property
int
size
:
10
}
}
tests/ui/modules/Common/Styles/DialogStyle.qml
View file @
1ec87096
...
...
@@ -22,7 +22,6 @@ QtObject {
property
QtObject
description
:
QtObject
{
property
color
color
:
Colors
.
l
property
int
fontSize
:
12
property
int
verticalMargin
:
25
}
...
...
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
View file @
1ec87096
...
...
@@ -16,7 +16,6 @@ QtObject {
property
QtObject
text
:
QtObject
{
property
color
color
:
Colors
.
i
property
int
fontSize
:
11
}
}
...
...
tests/ui/modules/Common/Styles/Form/ListFormStyle.qml
View file @
1ec87096
...
...
@@ -16,7 +16,6 @@ QtObject {
property
QtObject
placeholder
:
QtObject
{
property
color
color
:
Colors
.
d
property
int
fontSize
:
10
}
...
...
@@ -36,7 +35,6 @@ QtObject {
property
QtObject
text
:
QtObject
{
property
color
color
:
Colors
.
l
property
int
fontSize
:
10
property
int
width
:
130
}
...
...
tests/ui/modules/Common/Styles/Form/SmallButtonStyle.qml
View file @
1ec87096
...
...
@@ -19,7 +19,6 @@ QtObject {
property
QtObject
text
:
QtObject
{
property
color
color
:
Colors
.
k
property
int
fontSize
:
8
}
}
tests/ui/modules/Common/Styles/Menu/ActionMenuStyle.qml
View file @
1ec87096
...
...
@@ -9,14 +9,12 @@ QtObject {
property
int
spacing
:
1
property
QtObject
entry
:
QtObject
{
property
color
color
:
Colors
.
i
property
int
leftMargin
:
4
property
int
rightMargin
:
4
property
color
color
:
Colors
.
i
property
QtObject
text
:
QtObject
{
property
color
color
:
Colors
.
k
property
int
fontSize
:
8
}
}
...
...
tests/ui/modules/Common/Styles/Menu/MenuStyle.qml
View file @
1ec87096
...
...
@@ -24,7 +24,6 @@ QtObject {
property
QtObject
text
:
QtObject
{
property
color
color
:
Colors
.
k
property
int
fontSize
:
13
}
}
...
...
tests/ui/modules/Common/Styles/PopupStyle.qml
View file @
1ec87096
...
...
@@ -10,7 +10,6 @@ QtObject {
property
QtObject
shadow
:
QtObject
{
property
color
color
:
Colors
.
f
property
int
horizontalOffset
:
2
property
int
radius
:
8
property
int
samples
:
15
...
...
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