Merge pull request #10589 from Ultimaker/remove_unneeded_catalog

Remove unneeded catalog
This commit is contained in:
Konstantinos Karmas 2021-10-12 09:10:05 +02:00 committed by GitHub
commit 9bb31dd468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,6 @@ ComboBox
{
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 defaultTextOnEmptyIndex: "" // Text displayed in the combobox when the model has items but no item is selected
enabled: delegateModel.count > 0