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

Reset splitter sizes on database unlock #11014

Merged
merged 2 commits into from
Oct 26, 2024
Merged

Commits on Oct 21, 2024

  1. Reset splitter sizes on database unlock

    * Attempt to avoid issue with splitters not being appropriately calculated because the main window isn't sized yet. This can happen if the main window is hidden when the database is loaded and the splitter sizes are not recorded in the config file.
    droidmonkey committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8f1cbc9 View commit details
    Browse the repository at this point in the history
  2. Improve related splitter UX

    * Prevent group pane from being hidden just by dragging. Introduce new View menu setting to hide the group pane.
    * Replace the preview panel "close" icon with a "collapse down" icon making the intention clearer.
    * Better organize the view menu
    droidmonkey committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f948a41 View commit details
    Browse the repository at this point in the history