-
-
Notifications
You must be signed in to change notification settings - Fork 216
Convert Preferences and About window to dialogs #3722
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
Conversation
54c92d5
to
5bd9757
Compare
5bd9757
to
019366e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @amolenaar, these changes look great! I saw on your todo to get the keyboard preferences updated as well. Should that be a separate PR?
Now it looks similar to the about and preferences dialog.
Keyboard shortcuts have been added now. It was a bit of work, since libadwaita provides no default type for this. |
Hi @amolenaar, this changes look great! I noticed if you open the keyboard shortcuts from the greeter, then the size is constrained to a little smaller than the window which makes the size a bit awkward, and you have to use horizontal scroll to see everything. Should we resize the greeter a bit to compensate? |
@danyeaw I made the greeter window higher, so the keyboard shortcuts dialog fits. |
Thanks @amolenaar, that looks great! |
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The window buttons are placed wrongly if you want to put window button in the top left.
Issue Number: N/A
What is the new behavior?
Preferences, Shortcuts, and About window have been updated to dialogs.
Added a few tweaks to the main window header bars.
Does this PR introduce a breaking change?
Other information