We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622f100 commit 643779aCopy full SHA for 643779a
src/qml/Control/FilterComboBox.qml
@@ -32,26 +32,5 @@ ComboBox {
32
autoExclusive: true
33
checked: comboBox.currentIndex === index
34
}
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
56
57
0 commit comments