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

feat: Add position option to tool dialogs #1175

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

DSCaskey
Copy link
Contributor

@DSCaskey DSCaskey commented Aug 20, 2024

This adds user preference option to position where the tool dialogs open on the screen.

Adds:

  • Checkbox option to open on second monitor - default is unchecked
  • Options to open at the Top left, Top right, Center, Bottom Left, Bottom right - default is center
  • Option to set user defined offsets. Positions the dialog with X:Y offsets from screen's Top Left corner. If either offset is greater than the screen width or height, the dialog is positioned at the right and / or bottom edge.

image

Closes issue #1174

@DSCaskey DSCaskey requested review from slspencer and csett86 August 20, 2024 11:37
@DSCaskey DSCaskey self-assigned this Aug 20, 2024
@DSCaskey DSCaskey linked an issue Aug 20, 2024 that may be closed by this pull request
@slspencer slspencer merged commit bd7bcc3 into develop Aug 26, 2024
10 checks passed
@slspencer slspencer deleted the add-position-option-to-dialogs branch August 26, 2024 16:04
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.

Feature: Add position preference to tool dialogs
2 participants