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

Set button text in dp #6443

Merged
merged 2 commits into from
Jul 30, 2020
Merged

Set button text in dp #6443

merged 2 commits into from
Jul 30, 2020

Commits on Jul 29, 2020

  1. Set TopBar button text in dp instead of pixels

    TopBar button text broke in 6.5.0 and instead of being applied in sp it was applied in pixels. This made if seem like the fontSize option didn't work. This commit fixes the problem and also sets button fontSize in dp so it won't increase too much if users change font size settings in their device.
    closes #6405
    guyca committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    7b732f0 View commit details
    Browse the repository at this point in the history
  2. Document fontSize

    guyca committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cd66392 View commit details
    Browse the repository at this point in the history