10 lines
229 B
QML
10 lines
229 B
QML
|
import StatusQ.Components 0.1
|
||
|
import StatusQ.Controls 0.1
|
||
|
|
||
|
StatusEmojiAndColorComboBox {
|
||
|
type: StatusComboBox.Type.Secondary
|
||
|
size: StatusComboBox.Size.Small
|
||
|
implicitHeight: 44
|
||
|
defaultAssetName: "filled-account"
|
||
|
}
|