Merge branch 'CURA-8411_Simplify_open_from_DF_menu' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2021-07-22 14:57:32 +02:00
commit fc10c10906
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -120,19 +120,6 @@ Item
popup.width = childrenRect.width 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 Repeater
{ {
model: prepareMenu.fileProviderModel model: prepareMenu.fileProviderModel