Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e520384

Browse files
claucambramgallien
authored andcommittedJan 8, 2025
Use standard ComboBox for user status selector
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
1 parent cfd36c7 commit e520384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/UserStatusSelector.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ ColumnLayout {
293293
wrapMode: Text.Wrap
294294
}
295295

296-
BasicComboBox {
296+
ComboBox {
297297
id: clearComboBox
298298

299299
Layout.fillWidth: true

0 commit comments

Comments
 (0)
Please sign in to comment.