mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #30] Snap to Window icon is misleading #28
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MarioLiebisch on GitHub (Oct 31, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/30
Tried using the tool and so far it's very intuitive. However this one feature really confused me at first.
Currently the "Snap to Window" button for the Recorder window uses the typical "Crop" icon. So I assumed this would allow me to drag any area on screen for recording (similar to how Microsoft's OneNote and SnipIt Tool work). Instead the tool snapped to some maximized window and I had trouble figuring out what actually happened.
For the current functionality of "Snap to Window" I'd highly suggest using a more common icon for something like this, i.e. the typical crosshair that's (to my knowledge) rather common in other programs offering some window selection. Here's an example from Process Explorer:
I'd edit the icon in myself, but to be honest I couldn't figure out how to edit the resources so far, since I typically only work with Windows Forms.
@NickeManarin commented on GitHub (Oct 31, 2016):
Agreed. I had to manually create a vector icon with Illustrator and export as XAML to add to the program. Back during development of this feature I had no Illustrator, so simply using the Crop icon was the quick step.
@NickeManarin commented on GitHub (Nov 26, 2016):
Replaced by a crosshair. I may change again to a more detailed crosshair in the future.