File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
uitools/toolkitcpp/import/Esri/ArcGISRuntime/Toolkit Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments