Skip to content

Commit 643779a

Browse files
JWWTSLdeepin-bot[bot]
authored andcommitted
fix: The album content classification menu is not fully displayed
log: Removed the error dialog box, restoring the control to its default framework behavior. bug: 622f100
1 parent 622f100 commit 643779a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/qml/Control/FilterComboBox.qml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,5 @@ ComboBox {
3232
autoExclusive: true
3333
checked: comboBox.currentIndex === index
3434
}
35-
36-
// 为符合UI效果,弹框宽度比下拉框宽度略大
37-
popup: Popup {
38-
clip: true
39-
x: -15
40-
implicitWidth: comboBox.width + 15
41-
contentItem: ArrowListView {
42-
maxVisibleItems: comboBox.maxVisibleItems
43-
view.model: comboBox.delegateModel
44-
view.currentIndex: comboBox.highlightedIndex
45-
view.highlightRangeMode: ListView.ApplyRange
46-
view.highlightMoveDuration: 0
47-
}
48-
49-
background: FloatingPanel {
50-
implicitWidth: DS.Style.menu.item.width
51-
implicitHeight: DS.Style.menu.item.height
52-
radius: DS.Style.menu.radius
53-
backgroundColor: DS.Style.menu.background
54-
}
55-
}
5635
}
5736

0 commit comments

Comments
 (0)