Skip to content

PinLayout now apply correctly margins when hCenter or vCenter have been set

Choose a tag to compare

@lucdion lucdion released this 18 Oct 11:31
· 656 commits to master since this release

PinLayout now apply correctly margins when hCenter or vCenter have been set

  • hCenter: When the Horizontal Center is set, PinLayout now applies the left margin.
  • vCenter: When the Vertical Center is set, PinLayout now applies the top margin.

BREAKING CHANGE: This may be a breaking change if you are using hCenter(..), vCenter(...), center(...), centerRight(...), centerLeft(...), or any other method using the center position while also using a margin.