Skip to content

Commit 41d69af

Browse files
claucambramgallien
authored andcommitted
Use standard ComboBox for user status selector
Signed-off-by: Claudio Cambra <[email protected]>
1 parent 745b34c commit 41d69af

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)