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

Can't Resize Tipster Window Vertically. #36

Open
TejasMate opened this issue Jan 27, 2020 · 1 comment · May be fixed by #39
Open

Can't Resize Tipster Window Vertically. #36

TejasMate opened this issue Jan 27, 2020 · 1 comment · May be fixed by #39

Comments

@TejasMate
Copy link

Media2 (1)

@humdingerb
Copy link
Member

This is a difficult issue. On the one hand, resizing vertically doesn't make much sense as there would just be a growing grey area below the text and icon.
Resizing horizontally OTOH does make sense. The text view should then automatically grow vertically to accommondate all the text (though believe there are issues with the BTextView's layouting). The complication here is of course, that when one gabs the resize corner with the mouse, this vertical auto-sizing would move the resize corner away from the mouse pointer... not ideal.

So IMO, manual vertical resize isn't really an issue, better resizing in general is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants