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
e56308b8
Commit
e56308b8
authored
Oct 26, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Collapse): supports `targetHeight` attribute
parent
9d9e55c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
Collapse.qml
tests/ui/modules/Common/Collapse.qml
+7
-7
AbstractDropDownMenu.qml
tests/ui/modules/Common/Popup/AbstractDropDownMenu.qml
+1
-1
MainWindow.qml
tests/ui/views/MainWindow/MainWindow.qml
+1
-0
No files found.
tests/ui/modules/Common/Collapse.qml
View file @
e56308b8
...
...
@@ -9,7 +9,8 @@ import Common.Styles 1.0
Item
{
id
:
collapse
property
var
target
property
alias
target
:
targetChanges
.
target
property
int
targetHeight
property
bool
_collapsed
:
false
...
...
@@ -50,13 +51,12 @@ Item {
}
PropertyChanges
{
target
:
collapse
.
target
height
:
480
maximumHeight
:
99999
maximumWidth
:
99999
minimumHeight
:
480
id
:
targetChanges
height
:
collapse
.
targetHeight
maximumHeight
:
99999
maximumWidth
:
99999
minimumHeight
:
collapse
.
targetHeight
}
}
...
...
tests/ui/modules/Common/Popup/AbstractDropDownMenu.qml
View file @
e56308b8
...
...
@@ -134,7 +134,7 @@ Item {
}
ScriptAction
{
script
:
menu
o
pened
()
script
:
menu
O
pened
()
}
}
},
...
...
tests/ui/views/MainWindow/MainWindow.qml
View file @
e56308b8
...
...
@@ -42,6 +42,7 @@ ApplicationWindow {
Layout.fillHeight
:
parent
.
height
Layout.preferredWidth
:
25
target
:
window
targetHeight
:
480
}
// User info.
...
...
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