We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c806619 + 60d4b4b commit 3be2d80Copy full SHA for 3be2d80
1 file changed
src/notationscene/qml/MuseScore/NotationScene/styledialog/ComboBoxDropdown.qml
@@ -138,6 +138,24 @@ ComboBox {
138
}
139
140
141
+ popup: Popup {
142
+ width: comboDropdown.width
143
+ height: Math.min(contentItem.implicitHeight, comboDropdown.Window.height)
144
+
145
+ padding: 0
146
147
+ background: Rectangle {
148
+ color: ui.theme.popupBackgroundColor
149
+ }
150
151
+ contentItem: StyledListView {
152
+ implicitHeight: contentHeight
153
154
+ model: comboDropdown.delegateModel
155
+ currentIndex: comboDropdown.highlightedIndex
156
157
158
159
Component.onCompleted: function() {
160
if (!styleItem) {
161
return;
0 commit comments