mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +08:00
Add 'Enterprise' if applicable to About-dialog.
done as a 15 min fix
This commit is contained in:
parent
c4a88a33a7
commit
f8239aa1fa
@ -45,6 +45,16 @@ UM.Dialog
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Image
|
||||||
|
{
|
||||||
|
id: enterpriseLogo
|
||||||
|
visible: CuraApplication.isEnterprise
|
||||||
|
source: UM.Theme.getImage("enterprise")
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
}
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
id: version
|
id: version
|
||||||
|
BIN
resources/themes/cura-light/images/enterprise.png
Normal file
BIN
resources/themes/cura-light/images/enterprise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
x
Reference in New Issue
Block a user