This revision was automatically updated to reflect the committed changes.
Closed by commit R169:fbe9e84b4bd8: Add basic example for adjusting column
width draggable handle (authored by hein).
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7555?vs=18878&id=189
hein updated this revision to Diff 18878.
hein added a comment.
Fix email (still in the cool four-letter club with notmart)
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7555?vs=18809&id=18878
BRANCH
master
REVISION DETAIL
https://phabricator.kde.or
mart accepted this revision.
mart added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> dragPageWidth.qml:2
> +/*
> + * Copyright 2017 Eike Hein
> + *
Email
REPOSITORY
R169 Kirigami
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D7555
T
hein updated this revision to Diff 18809.
hein added a comment.
Increase handle width, position above boundary.
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7555?vs=18800&id=18809
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D7555
AFF
hein updated this revision to Diff 18800.
hein added a comment.
Disable drag handle narrow mode.
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7555?vs=18799&id=18800
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D7555
AFFECTED FILES
e
hein added a comment.
Note: Marco asked me to write an example for this. This was partially because
I originally had a problem making it work: Shrinking didn't work quite right,
and I would get a horizontal scrollbar in the PageRow. This turned out to be
because I originally had the drag han
hein created this revision.
Restricted Application added a project: Kirigami.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Useful for applications in wide mode that use a first page as "sidebar"
to the second page, as shown in the Simple Chat example, which this