You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Windows IconColorTintEffect HeightRequest (#1271)
* Set position by AnchorPoint and use offset for Height/WidthRequest
* Fix typo
* Load image immediately when available
* Update Comment
---------
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
// Hide possible visible pixels from original image.
156
169
// Workaround since the tinted image is added as a child to the current image and it's not possible to hide a parent without hiding its children using Visibility.Collapsed.
157
170
image.Width=image.Height=0;
158
171
159
-
// Workaround requires offset to re-center tinted image.
160
-
varoffset=newVector3(-width*.5f,-height*.5f,0f);
172
+
// Requested size requires additional offset to re-center tinted image.
0 commit comments