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
b7a48f73
Commit
b7a48f73
authored
Oct 27, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Collapse): use `Constants.sizeMax`
parent
cd1e2969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Collapse.qml
tests/ui/modules/Common/Collapse.qml
+3
-2
Constants.qml
tests/ui/modules/Common/Constants.qml
+1
-0
No files found.
tests/ui/modules/Common/Collapse.qml
View file @
b7a48f73
import
QtQuick
2.7
import
QtQuick
2.7
import
Common
1.0
import
Common
.
Styles
1.0
import
Common
.
Styles
1.0
// ===================================================================
// ===================================================================
...
@@ -50,8 +51,8 @@ Item {
...
@@ -50,8 +51,8 @@ Item {
id
:
targetChanges
id
:
targetChanges
height
:
collapse
.
targetHeight
height
:
collapse
.
targetHeight
maximumHeight
:
99999
maximumHeight
:
Constants
.
sizeMax
maximumWidth
:
99999
maximumWidth
:
Constants
.
sizeMax
minimumHeight
:
collapse
.
targetHeight
minimumHeight
:
collapse
.
targetHeight
}
}
}
}
...
...
tests/ui/modules/Common/Constants.qml
View file @
b7a48f73
...
@@ -6,4 +6,5 @@ import QtQuick 2.7
...
@@ -6,4 +6,5 @@ import QtQuick 2.7
QtObject
{
QtObject
{
property
int
zPopup
:
999
property
int
zPopup
:
999
property
int
zMax
:
999999
property
int
zMax
:
999999
property
int
sizeMax
:
999999
}
}
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