Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85503822
D324.1783529287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D324.1783529287.diff
View Options
diff --git a/src/contents/ui/EventReadIndicator.qml b/src/contents/ui/EventReadIndicator.qml
--- a/src/contents/ui/EventReadIndicator.qml
+++ b/src/contents/ui/EventReadIndicator.qml
@@ -53,18 +53,21 @@
id: readIndicatorDrawer
edge: Qt.BottomEdge
modal: true
- Component.onCompleted: {
- if (MK.KazvUtil.kfQtMajorVersion === 6) {
- readIndicatorDrawer.parent = Overlay.overlay;
- }
- }
+ parent: Overlay.overlay
contentItem: ScrollView {
id: scrollView
anchors.fill: parent
ScrollBar.vertical.policy: ScrollBar.AlwaysOn
ColumnLayout {
width: scrollView.availableWidth
- Label {
+ Kirigami.Heading {
+ Layout.fillWidth: true
+ Layout.leftMargin: Kirigami.Units.largeSpacing
+ Layout.rightMargin: Kirigami.Units.largeSpacing
+ Layout.topMargin: Kirigami.Units.largeSpacing
+ Layout.bottomMargin: Kirigami.Units.smallSpacing
+ wrapMode: Text.Wrap
+ level: 3
text: l10n.get('event-read-indicator-list-title', { numUsers: readIndicator.model.count })
}
@@ -73,6 +76,8 @@
ItemDelegate {
Layout.fillWidth: true
+ Layout.leftMargin: Kirigami.Units.largeSpacing
+ Layout.rightMargin: Kirigami.Units.largeSpacing
property var member: readIndicator.model.at(index)
property var nameProvider: Kazv.UserNameProvider {
user: member
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 9:48 AM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1671674
Default Alt Text
D324.1783529287.diff (1 KB)
Attached To
Mode
D324: Add margins to the read-by overlay
Attached
Detach File
Event Timeline
Log In to Comment