Skip to content

Commit 90f9f88

Browse files
authored
fix menu separators. consistent across all views. (#706)
1 parent 2b757f9 commit 90f9f88

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

uitools/toolkitcpp/import/Esri/ArcGISRuntime/Toolkit/AttachmentsPopupElementView.qml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ ColumnLayout {
9999
}
100100
}
101101

102-
MenuSeparator {
103-
Layout.fillWidth: true
104-
Layout.leftMargin: attachmentsPopupElementView.mediaMargin
105-
Layout.rightMargin: attachmentsPopupElementView.mediaMargin
106-
}
107-
108102
ListView {
109103
clip: true
110104
interactive: false
@@ -172,6 +166,11 @@ ColumnLayout {
172166
columnSpacing: 5
173167
rowSpacing: 0
174168

169+
MenuSeparator {
170+
Layout.fillWidth: true
171+
Layout.columnSpan: 3
172+
}
173+
175174
Image {
176175
fillMode: Image.PreserveAspectFit
177176
Layout.preferredHeight: fileInfoColumn.height
@@ -216,11 +215,6 @@ ColumnLayout {
216215
visible: model.listModelData.fetchingAttachment
217216
Layout.maximumHeight: fileInfoColumn.height
218217
}
219-
220-
MenuSeparator {
221-
Layout.fillWidth: true
222-
Layout.columnSpan: 3
223-
}
224218
}
225219
}
226220
}

uitools/toolkitcpp/import/Esri/ArcGISRuntime/Toolkit/PopupView.qml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,6 @@ Page {
394394
controller: listModelData
395395
width: elementsView.width
396396
}
397-
398-
MenuSeparator {
399-
width: elementsView.width
400-
leftPadding: 10
401-
rightPadding: 10
402-
}
403397
}
404398
}
405399
}

0 commit comments

Comments
 (0)