We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 305ae10 + 1c68012 commit 042568cCopy full SHA for 042568c
resources.qrc
@@ -5,7 +5,6 @@
5
<file>src/gui/EmojiPicker.qml</file>
6
<file>src/gui/UserStatusSelectorButton.qml</file>
7
<file>src/gui/PredefinedStatusButton.qml</file>
8
- <file>src/gui/BasicComboBox.qml</file>
9
<file>src/gui/ErrorBox.qml</file>
10
<file>src/gui/filedetails/FileActivityView.qml</file>
11
<file>src/gui/filedetails/FileDetailsPage.qml</file>
src/gui/BasicComboBox.qml
src/gui/UserStatusSelector.qml
@@ -293,7 +293,7 @@ ColumnLayout {
293
wrapMode: Text.Wrap
294
}
295
296
- BasicComboBox {
+ ComboBox {
297
id: clearComboBox
298
299
Layout.fillWidth: true
0 commit comments