tanjera / infirmary-integrated

Medical device simulator for training healthcare professionals.
http://www.infirmary-integrated.com/
Other
42 stars 5 forks source link

UI: DockPanel not filling horizontal stretch on Window resize #130

Closed tanjera closed 2 years ago

tanjera commented 2 years ago

When resizing the window, if the window edge is over a Control, DockPanel does not fill entire horizontal width of screen; snaps back and forth each render (every time the window size changes by a pixel).

All elements, including main Menu, not stretching across width of Window.

tanjera commented 2 years ago

Noted to be due to LayoutTransformControl

Bug is fixed if LayoutTransformControl is removed from Window.

tanjera commented 2 years ago

Fixed in f7daf2f