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
95628c71
Commit
95628c71
authored
Jun 13, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/modules/Linphone/Chat/FileMessage): fix thumbnail size
parent
9df5166e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
FileMessage.qml
linphone-desktop/ui/modules/Linphone/Chat/FileMessage.qml
+3
-2
ChatStyle.qml
...one-desktop/ui/modules/Linphone/Styles/Chat/ChatStyle.qml
+1
-6
No files found.
linphone-desktop/ui/modules/Linphone/Chat/FileMessage.qml
View file @
95628c71
...
...
@@ -108,8 +108,8 @@ Row {
Loader
{
id
:
thumbnailProvider
Layout.
preferredHeight
:
ChatStyle
.
entry
.
message
.
file
.
thumbnail
.
height
Layout.preferredWidth
:
ChatStyle
.
entry
.
message
.
file
.
thumbnail
.
width
Layout.
fillHeight
:
true
Layout.preferredWidth
:
parent
.
height
sourceComponent
:
$chatEntry
.
thumbnail
?
thumbnail
:
extension
...
...
@@ -259,6 +259,7 @@ Row {
onMouseXChanged
:
handleMouseMove
.
call
(
this
,
mouse
)
onMouseYChanged
:
handleMouseMove
.
call
(
this
,
mouse
)
onExited
:
thumbnailProvider
.
state
=
''
onClicked
:
{
// TODO: Handle open.
...
...
linphone-desktop/ui/modules/Linphone/Styles/Chat/ChatStyle.qml
View file @
95628c71
...
...
@@ -67,7 +67,7 @@ QtObject {
property
int
width
:
250
property
QtObject
animation
:
QtObject
{
property
int
duration
:
3
00
property
int
duration
:
2
00
property
real
to
:
1.5
}
...
...
@@ -97,11 +97,6 @@ QtObject {
}
}
}
property
QtObject
thumbnail
:
QtObject
{
property
int
height
:
50
property
int
width
:
50
}
}
property
QtObject
images
:
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