fix layout polish loop
This commit is contained in:
parent
7b06527ddc
commit
c843829920
1 changed files with 32 additions and 35 deletions
|
|
@ -195,12 +195,10 @@ AbstractMainPage {
|
||||||
restoreMode: Binding.RestoreBindingOrValue
|
restoreMode: Binding.RestoreBindingOrValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RowLayout {
|
|
||||||
// Remove 24 from first section padding because we cannot know that it is the first section. 24 is the margins between sections.
|
|
||||||
Layout.topMargin: 38 * DefaultStyle.dp - 24 * DefaultStyle.dp
|
|
||||||
spacing: 0
|
|
||||||
MeetingList {
|
MeetingList {
|
||||||
id: conferenceList
|
id: conferenceList
|
||||||
|
// Remove 24 from first section padding because we cannot know that it is the first section. 24 is the margins between sections.
|
||||||
|
Layout.topMargin: 38 * DefaultStyle.dp - 24 * DefaultStyle.dp
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
visible: count != 0
|
visible: count != 0
|
||||||
|
|
@ -235,7 +233,6 @@ AbstractMainPage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: createConf
|
id: createConf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue