mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #265] Window height of the editor #1586
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#1586
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 @user3323 on GitHub (Feb 9, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/265
Originally assigned to: @NickeManarin on GitHub.
When the editor is open after you recorded the GIF - the height (and width) should be remembered by last user adjustment, I think.
Because, look at this one:
I have a screen height maybe twice bigger than the height of STG's window. So it allows STG's editor window be much bigger in sizes. But as you can see - it's height makes scroll bar to appear. And the worst part is - it hides the input field of "file name". So every time you need to adjust the window height or to scroll it, and only after that to type a file name. Annoying.
@NickeManarin commented on GitHub (Feb 14, 2018):
I fixed this issue. It will be available with the next release (v2.13).
@user3323 commented on GitHub (Feb 15, 2018):
@NickeManarin thanks!