From f611dd603d2ebbd215a19b00cfdf4fb8cc06fc24 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Wed, 21 Jul 2021 14:13:50 +0200 Subject: [PATCH] Remove the "Open file" label from the open file dropdown menu This will make the translations more reasonable (instead of translating "open file" and "from Disk" separately, which could make the some translation results making less sense. CURA-8411 --- plugins/PrepareStage/PrepareMenu.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml index 061db0b8f6..cf7665bda6 100644 --- a/plugins/PrepareStage/PrepareMenu.qml +++ b/plugins/PrepareStage/PrepareMenu.qml @@ -120,19 +120,6 @@ Item popup.width = childrenRect.width } - Label - { - text: catalog.i18nc("@menu:header", "Open file") - color: UM.Theme.getColor("text_medium") - font: UM.Theme.getFont("medium") - renderType: Text.NativeRendering - verticalAlignment: Text.AlignVCenter - - width: contentWidth - height: UM.Theme.getSize("action_button").height - leftPadding: UM.Theme.getSize("default_margin").width - } - Repeater { model: prepareMenu.fileProviderModel