mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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
This commit is contained in:
parent
74a611d577
commit
f611dd603d
1 changed files with 0 additions and 13 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue