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
77f59f13
Commit
77f59f13
authored
Sep 16, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): many fixes
parent
f3359e4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
OutgoingMessage.qml
tests/ui/components/chat/OutgoingMessage.qml
+0
-1
Collapse.qml
tests/ui/components/collapse/Collapse.qml
+4
-3
DialogPlus.qml
tests/ui/components/dialog/DialogPlus.qml
+1
-2
No files found.
tests/ui/components/chat/OutgoingMessage.qml
View file @
77f59f13
...
...
@@ -4,7 +4,6 @@ import QtQuick.Layouts 1.3
import
'
qrc:/ui/components/image
'
Message
{
Layout.fillWidth
:
true
backgroundColor
:
'
#E4E4E4
'
id
:
message
...
...
tests/ui/components/collapse/Collapse.qml
View file @
77f59f13
import
QtQuick
2.7
import
'
qrc:/ui/components/image
'
// ===================================================================
Item
{
...
...
@@ -13,11 +15,10 @@ Item {
rotate
.
start
()
}
I
mage
{
I
con
{
anchors.fill
:
parent
fillMode
:
Image
.
PreserveAspectFit
id
:
backgroundImage
source
:
'
qrc:/imgs/collapse.svg
'
icon
:
'
collapse
'
MouseArea
{
anchors.fill
:
parent
...
...
tests/ui/components/dialog/DialogPlus.qml
View file @
77f59f13
...
...
@@ -54,9 +54,8 @@ Window {
Row
{
anchors.left
:
(
!
centeredButtons
&&
parent
.
left
)
||
undefined
anchors.
horizontalCenter
:
parent
.
horizontalCenter
anchors.
centerIn
:
centeredButtons
?
parent
:
undefined
anchors.leftMargin
:
50
anchors.verticalCenter
:
parent
.
verticalCenter
height
:
30
id
:
buttons
spacing
:
20
...
...
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