Skip to content

Commit 06d6ec2

Browse files
committed
Use standard ComboBox for user status selector
Signed-off-by: Claudio Cambra <[email protected]>
1 parent c03c652 commit 06d6ec2

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)