mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Make avatar image border a bit wider
This prevents a white edge from showing CURA-5772
This commit is contained in:
parent
99bac25ab2
commit
9f246910bc
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ Item
|
|||
UM.RecolorImage
|
||||
{
|
||||
id: profileImageOutline
|
||||
anchors.fill: parent
|
||||
anchors.centerIn: parent
|
||||
// Make it a bit bigger than it has to, otherwise it sometimes shows a white border.
|
||||
width: parent.width + 2
|
||||
height: parent.height + 2
|
||||
source: UM.Theme.getIcon("circle_outline")
|
||||
sourceSize: Qt.size(parent.width, parent.height)
|
||||
color: UM.Theme.getColor("account_widget_ouline_active")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue