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
e1d7b7bf
Commit
e1d7b7bf
authored
Feb 15, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): fix background colors of Chat/ContactEdit
parent
d35ca30b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
3 deletions
+20
-3
Chat.qml
linphone-desktop/ui/modules/Linphone/Chat/Chat.qml
+6
-0
ChatStyle.qml
linphone-desktop/ui/modules/Linphone/Styles/ChatStyle.qml
+2
-0
ContactEdit.qml
linphone-desktop/ui/views/App/Main/ContactEdit.qml
+5
-0
ContactEditStyle.qml
...one-desktop/ui/views/App/Styles/Main/ContactEditStyle.qml
+7
-3
No files found.
linphone-desktop/ui/modules/Linphone/Chat/Chat.qml
View file @
e1d7b7bf
...
...
@@ -23,6 +23,11 @@ ColumnLayout {
spacing
:
0
Rectangle
{
anchors.fill
:
parent
color
:
ChatStyle
.
color
}
ScrollableListView
{
id
:
chat
...
...
@@ -171,6 +176,7 @@ ColumnLayout {
ChatStyle
.
entry
.
message
.
extraContent
.
leftMargin
+
ChatStyle
.
entry
.
message
.
outgoing
.
sendIconSize
}
color
:
ChatStyle
.
color
implicitHeight
:
layout
.
height
+
ChatStyle
.
entry
.
bottomMargin
// -----------------------------------------------------------------------
...
...
linphone-desktop/ui/modules/Linphone/Styles/ChatStyle.qml
View file @
e1d7b7bf
...
...
@@ -6,6 +6,8 @@ import Common 1.0
// =============================================================================
QtObject
{
property
color
color
:
Colors
.
k
property
QtObject
sectionHeading
:
QtObject
{
property
int
padding
:
5
property
int
bottomMargin
:
20
...
...
linphone-desktop/ui/views/App/Main/ContactEdit.qml
View file @
e1d7b7bf
...
...
@@ -277,6 +277,11 @@ ColumnLayout {
contentWidth
:
width
-
ScrollBar
.
vertical
.
width
flickableDirection
:
Flickable
.
VerticalFlick
Rectangle
{
anchors.fill
:
parent
color
:
ContactEditStyle
.
content
.
color
}
SmartConnect
{
Component.onCompleted
:
this
.
connect
(
_vcard
,
'
onVcardUpdated
'
,
function
()
{
addresses
.
setData
(
_vcard
.
sipAddresses
)
...
...
linphone-desktop/ui/views/App/Styles/Main/ContactEditStyle.qml
View file @
e1d7b7bf
...
...
@@ -6,6 +6,11 @@ import Common 1.0
// =============================================================================
QtObject
{
property
QtObject
buttons
:
QtObject
{
property
int
spacing
:
20
property
int
topMargin
:
20
}
property
QtObject
infoBar
:
QtObject
{
property
color
color
:
Colors
.
e
property
int
avatarSize
:
60
...
...
@@ -25,9 +30,8 @@ QtObject {
}
}
property
QtObject
buttons
:
QtObject
{
property
int
spacing
:
20
property
int
topMargin
:
20
property
QtObject
content
:
QtObject
{
property
color
color
:
Colors
.
k
}
property
QtObject
values
:
QtObject
{
...
...
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