Remove event list scrollbar padding
This commit is contained in:
parent
e756bd2909
commit
f2f4643189
|
@ -8,7 +8,7 @@ import "../../../Base"
|
|||
|
||||
HColumnLayout {
|
||||
id: eventDelegate
|
||||
width: eventList.width
|
||||
width: eventList.width - eventList.leftMargin - eventList.rightMargin
|
||||
|
||||
ListView.onRemove: eventList.uncheck(model.id)
|
||||
|
||||
|
|
|
@ -182,13 +182,11 @@ Rectangle {
|
|||
|
||||
HListView {
|
||||
id: eventList
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
keyNavigationWraps: false
|
||||
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: theme.spacing
|
||||
anchors.rightMargin: theme.spacing
|
||||
|
||||
leftMargin: theme.spacing
|
||||
rightMargin: theme.spacing
|
||||
topMargin: theme.spacing
|
||||
bottomMargin: theme.spacing
|
||||
verticalLayoutDirection: ListView.BottomToTop
|
||||
|
|
Loading…
Reference in New Issue
Block a user