davidbezdek

Results 2 issues of davidbezdek

Hello, If padding is set on stackpanel content is indented only from bottom and right **Branch:** develop **Steps to reproduce:** In demo gui set padding on stack panel ``` var...

bug

Hi i have this for map render: ``` var viewMatrix = ScreenManager.Instance.Camera.GetViewMatrix(); var projectionMatrix = Matrix.CreateOrthographicOffCenter(0, ScreenManager.Instance.GraphicsDevice.Viewport.Width, ScreenManager.Instance.GraphicsDevice.Viewport.Height, 0, 0f, -1f); #region Under object layers mapRenderer.Draw(mapTiles.GetLayer("Ground"), ref viewMatrix, ref projectionMatrix);...

documentation