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

Fix tab text color #32

Merged
merged 3 commits into from
Sep 6, 2022
Merged

Commits on Sep 5, 2022

  1. Fix tab text color

    Previously the tab text color was always a weird green.
    
    This was due to a bit of (very) unintuitive egui API (sorry!):
    unless a color is set in `WidgetText`, the default text color
    is an ugly shade of green to remind you to set a color.
    emilk committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8104dae View commit details
    Browse the repository at this point in the history
  2. Add some comments

    emilk committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ad418ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03e9c5 View commit details
    Browse the repository at this point in the history