mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 18:19:10 +08:00
Merge pull request #10589 from Ultimaker/remove_unneeded_catalog
Remove unneeded catalog
This commit is contained in:
commit
9bb31dd468
@ -15,12 +15,6 @@ ComboBox
|
|||||||
{
|
{
|
||||||
id: control
|
id: control
|
||||||
|
|
||||||
UM.I18nCatalog
|
|
||||||
{
|
|
||||||
id: catalog
|
|
||||||
name: "cura"
|
|
||||||
}
|
|
||||||
|
|
||||||
property var defaultTextOnEmptyModel: catalog.i18nc("@label", "No items to select from") // Text displayed in the combobox when the model is empty
|
property var defaultTextOnEmptyModel: catalog.i18nc("@label", "No items to select from") // Text displayed in the combobox when the model is empty
|
||||||
property var defaultTextOnEmptyIndex: "" // Text displayed in the combobox when the model has items but no item is selected
|
property var defaultTextOnEmptyIndex: "" // Text displayed in the combobox when the model has items but no item is selected
|
||||||
enabled: delegateModel.count > 0
|
enabled: delegateModel.count > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user