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

Improve naming of theme properties throughout GUI code #65437

Merged
merged 2 commits into from
Sep 7, 2022

Commits on Sep 6, 2022

  1. Improve naming of theme properties throughout GUI code

    Rename ItemList's bg -> panel
    Rename ItemList's bg_focus -> focus
    Rename ProgressBar's bg -> background
    Rename ProgressBar's fg -> fill
    Rename Tree's bg -> panel
    Rename Tree's bg_focus -> focus
    Rename ScrollContainer's bg -> panel
    Rename FileDialog's *_icon_modulate -> *_icon_color
    Rename FileDialog's files_disabled -> file_disabled_color
    Rename CheckButton's on/off -> checked/unchecked
    Rename check_v_adjust -> check_v_offset
    YuriSizov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    43f03e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ef611 View commit details
    Browse the repository at this point in the history