mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Add 'Enterprise' if applicable to About-dialog.
done as a 15 min fix
This commit is contained in:
parent
c4a88a33a7
commit
f8239aa1fa
2 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,16 @@ UM.Dialog
|
|||
anchors.centerIn: parent
|
||||
}
|
||||
|
||||
Image
|
||||
{
|
||||
id: enterpriseLogo
|
||||
visible: CuraApplication.isEnterprise
|
||||
source: UM.Theme.getImage("enterprise")
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
anchors.bottom: parent.bottom
|
||||
}
|
||||
|
||||
UM.Label
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue