mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07:00
Masking is not avaliable after the QT6 upgrade, this does a kind of primitive masking by placing a rectangle with a circular hole in it over the image.
CURA-9104
This commit is contained in:
parent
d1d45b4f41
commit
94e5a4e1db
5 changed files with 27 additions and 20 deletions
|
|
@ -81,6 +81,7 @@ Item
|
|||
|
||||
source: (loggedIn && profile["profile_image_url"]) ? profile["profile_image_url"] : ""
|
||||
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("lining")
|
||||
maskColor: UM.Theme.getColor("main_window_header_background")
|
||||
}
|
||||
|
||||
contentItem: Item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue