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

Feature Request : Pipeline Tool remember Position and Size #6430

Open
Onidotmoe opened this issue Sep 17, 2018 · 2 comments
Open

Feature Request : Pipeline Tool remember Position and Size #6430

Onidotmoe opened this issue Sep 17, 2018 · 2 comments

Comments

@Onidotmoe
Copy link

The tool should remember it's previous position, size, and dimensions of all the individual parts.

Just a small quality of life improvement.

Additionally it would be nice if it remembered which folders were expanded too.

@AndiAn94
Copy link
Contributor

AndiAn94 commented Jun 8, 2020

Hey I would like to work on that feature if it's still needed. (Also #6698 seems to be a duplicate)

I've already looked into it a bit and we could achive this by saving the size of the MainWindow object and the position of the two Splitter objects. The size of the panels are defined by the position of the Splitter objects. Instead of initializing these UI objects with hard-coded values we just need to use the previous values.

Can PipelineSettings be used to store this information?

@harry-cpp
Copy link
Member

Yes, this is still needed. PipelineSettings can be used.

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

Successfully merging a pull request may close this issue.

5 participants