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
da7f69e5
Commit
da7f69e5
authored
Sep 09, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(DialogPlus): remove useless lines
parent
ef334013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
DialogPlus.qml
tests/ui/components/dialog/DialogPlus.qml
+0
-9
No files found.
tests/ui/components/dialog/DialogPlus.qml
View file @
da7f69e5
import
QtQuick
2.7
import
QtQuick
.
Controls
2.0
import
QtQuick
.
Layouts
1.3
import
QtQuick
.
Window
2.2
import
'
qrc:/ui/components/dialog
'
import
'
qrc:/ui/components/form
'
Window
{
default
property
alias
contents
:
content
.
data
...
...
@@ -15,7 +11,6 @@ Window {
// Required buttons.
property
alias
buttons
:
buttons
.
data
id
:
window
modality
:
Qt
.
WindowModal
ColumnLayout
{
...
...
@@ -24,14 +19,12 @@ Window {
// Description.
DialogDescription
{
Layout.alignment
:
Qt
.
AlignTop
Layout.fillWidth
:
true
id
:
description
}
// Content.
Item
{
Layout.alignment
:
Qt
.
AlignTop
Layout.fillHeight
:
true
Layout.fillWidth
:
true
id
:
content
...
...
@@ -39,14 +32,12 @@ Window {
// Buttons.
Item
{
Layout.alignment
:
Qt
.
AlignTop
Layout.fillWidth
:
true
height
:
100
Row
{
anchors.left
:
parent
.
left
anchors.leftMargin
:
50
anchors.right
:
parent
.
right
anchors.verticalCenter
:
parent
.
verticalCenter
height
:
30
id
:
buttons
...
...
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