Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
8a762002
Commit
8a762002
authored
Nov 20, 2021
by
Claudio Cambra
Browse files
Fixed vertical drag and drop in certain views. Fixes
#74
parent
2b1bb433
Pipeline
#99416
failed with stage
in 4 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/ScheduleView.qml
View file @
8a762002
...
...
@@ -181,7 +181,6 @@ Kirigami.Page {
*/
Layout.bottomMargin
:
Kirigami
.
Units
.
largeSpacing
*
5
highlightRangeMode
:
ListView
.
ApplyRange
interactive
:
Kirigami
.
Settings
.
tabletMode
||
Kirigami
.
Settings
.
isMobile
onCountChanged
:
if
(
root
.
initialMonth
)
root
.
moveToSelected
()
...
...
@@ -541,6 +540,7 @@ Kirigami.Page {
IncidenceMouseArea
{
id
:
incidenceMouseArea
preventStealing
:
!
Kirigami
.
Settings
.
tabletMode
&&
!
Kirigami
.
Settings
.
isMobile
incidenceData
:
modelData
collectionId
:
modelData
.
collectionId
...
...
src/contents/ui/WeekView.qml
View file @
8a762002
...
...
@@ -683,7 +683,6 @@ Kirigami.Page {
model
:
weekViewModel
// From root.model
boundsBehavior
:
Flickable
.
StopAtBounds
interactive
:
Kirigami
.
Settings
.
tabletMode
||
Kirigami
.
Settings
.
isMobile
delegate
:
Item
{
id
:
dayColumn
...
...
@@ -902,6 +901,7 @@ Kirigami.Page {
IncidenceMouseArea
{
id
:
mouseArea
preventStealing
:
!
Kirigami
.
Settings
.
tabletMode
&&
!
Kirigami
.
Settings
.
isMobile
incidenceData
:
modelData
collectionId
:
modelData
.
collectionId
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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