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

Adding a way to restore the screen, such as how minimize and maximize work. #8

Closed
bwcsemaj opened this issue Oct 6, 2018 · 2 comments

Comments

@bwcsemaj
Copy link
Contributor

bwcsemaj commented Oct 6, 2018

I don't know the best way to go about this but I think there should be a feature where you can call a method to restore the screen to it's original size after being minimized or maximized. From the code it already looks like it keeps track of the last position and size and uses this to restore in the minimize but I think that part of the code could be it's own seperate part.

Even when maximizing and then you drag the move control, it auto restores to the original size. Again I think this code could be put into it's own method that can be called upon at will.

Or you could expose the previous point and size but I don't think this is probably that great of an idea. I don't know if it is already exposed either.

@goxr3plus
Copy link
Owner

Hmmm that's a great idea would you like to play with the code to implement that? Come on show me, it's not that hard. :) I will help you.

@goxr3plus
Copy link
Owner

@bwcsemaj Well i think i have to do it then .....

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

No branches or pull requests

2 participants