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