Skip to content

ConfigRawParams: manual absolute column sizing #3194

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

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

robertlong13
Copy link
Collaborator

This commit does 2 things:

  1. Makes all columns but Desc and Fav manually sizeable (no more autosizing)
  2. Stores and retrieves column widths from config.xml in absolute widths instead of percentages.

It actually makes more sense for most columns to remain a fixed size for various window sizes, and let the Desc column fill to take up any extra space. This PR solves multiple issues, from the autosize not working correctly cross-platform, to the tendency for the FAV column to accidentally getting larger and larger with each restart. Once the user has tuned the widths to taste, they never have to touch it again.

I also tweaked the default widths to what I think are sensible values.

This commit does 2 things:
1. Makes all columns but Desc and Fav manually sizeable (no more autosizing)
2. Stores and retrieves column widths from config.xml in absolute widths instead
   of percentages.
@meee1 meee1 merged commit 578eddc into ArduPilot:master Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants