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

Misc fixes #460

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Misc fixes #460

wants to merge 5 commits into from

Commits on Jun 15, 2022

  1. Fixed height of empty labels

    Labels without text should be same base height as with text, otherwise gui's start looking really chaotic.
    turdparty committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bdab341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8235ae9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge pull request #1 from haxeui/master

    merge latest changes
    turdparty authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5b87628 View commit details
    Browse the repository at this point in the history
  2. Update Label.hx

    Last line in multiline labels is not visible. Fixed by added some extra height.
    turdparty committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    449edc2 View commit details
    Browse the repository at this point in the history
  3. A couple of tiny fixes

    - Guards against Null values in the steppers.
    - Guards in the scrollview as well, also accounted for hscroll height when creating vscroll
    - Textdisplay height of empty labels should be the same as with text, otherwise gui looks inconsistent.
    turdparty committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    910a171 View commit details
    Browse the repository at this point in the history