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

Rule Editor: Fix handling of window resize #39

Open
JulienCochuyt opened this issue Jul 22, 2024 · 1 comment
Open

Rule Editor: Fix handling of window resize #39

JulienCochuyt opened this issue Jul 22, 2024 · 1 comment
Labels

Comments

@JulienCochuyt
Copy link
Member

The Rule Editor has undergone several big changes, namely for Multi-Criteria support and Overridden Properties (WIP #21).
Part of the handling of window resizing has been broken.
As a rule of thumb:

  • The selected pane should remain in its allotted width, avoiding horizontal scroll bars as much as possible.
  • Whenever possible, the selected pane should fit within its allotted height for the default window height.
  • Care must be taken to ensure all control are properly scaled for different Windows display scaling settings.
@JulienCochuyt JulienCochuyt changed the title Rule Editor - Fix handling of window resize Rule Editor: Fix handling of window resize Jul 22, 2024
@JulienCochuyt
Copy link
Member Author

Fixed as of f654e6e, 619513c and 24e005b on the branch for PR #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant