Standardize spacings

This commit is contained in:
miruka
2019-07-16 05:29:47 -04:00
parent d302a5cf5f
commit d2dfafb4e7
17 changed files with 35 additions and 44 deletions

View File

@@ -8,8 +8,6 @@ import "../../Base"
HRectangle {
property alias listView: eventList
property int space: 8
color: theme.chat.eventList.background
HListView {
@@ -28,11 +26,11 @@ HRectangle {
delegate: EventDelegate {}
anchors.fill: parent
anchors.leftMargin: space
anchors.rightMargin: space
anchors.leftMargin: theme.spacing
anchors.rightMargin: theme.spacing
topMargin: space
bottomMargin: space
topMargin: theme.spacing
bottomMargin: theme.spacing
verticalLayoutDirection: ListView.BottomToTop
// Keep x scroll pages cached, to limit images having to be