Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #91 EntryAlignment bug on iPad #156

Merged
merged 3 commits into from
Nov 5, 2012

Commits on Nov 4, 2012

  1. Configuration menu
    Copy the full SHA
    4db55d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. Revert "Fixes migueldeicaza#91 EntryAlignment bug on iPad bug"

    This reverts commit 4db55d0.
    gratner committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    b8f717d View commit details
    Browse the repository at this point in the history
  2. This fixes migueldeicaza#91 problem. It turns out that on new cell cr…

    …eation, the width value appears to be hardcoded at 320. The correct value is only recalculated on cell reuse. This causes the initial value for cell.ContentView.Bounds to return the wrong value. I wish there was a more elegant solution, but this does the trick for now.
    gratner committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    5afc6d1 View commit details
    Browse the repository at this point in the history