Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes elementary/portals#106.
Before:
![Screenshot from 2020-03-23 15 48 10](https://user-images.githubusercontent.com/29022469/77366499-c3856580-6d1d-11ea-9ba8-dff315625a2d.png)
![screenshot-labels](https://user-images.githubusercontent.com/29022469/77365298-7e603400-6d1b-11ea-922a-ffc6f36bdc71.png)
After:
This adds labels to the radio buttons that set the grab mode. I've tried to be as concise as possible, so the window layout can be as similar to the current implementation as possible. The copy may need design. Of course, it's also possible that there needs to be more design work in general, and if we want to add labels we can't keep the original layout at all. I think this is enough, though.
This needs some work though. The selected styling doesn't apply once I add a label to the buttons, and of course I think we will still want that. I'm not sure how to solve this, since it seems like the selected style isn't defined in the screenshot project itself.