fix layout polish loop

This commit is contained in:
Gaelle Braud 2024-08-12 11:30:23 +02:00
parent 7b06527ddc
commit c843829920

View file

@ -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