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

Separate out the hardcoding from GUI.py #20

Open
darxtrix opened this issue Jul 12, 2017 · 1 comment
Open

Separate out the hardcoding from GUI.py #20

darxtrix opened this issue Jul 12, 2017 · 1 comment
Labels
good first issue refactoring Code refactoring or project structural changes

Comments

@darxtrix
Copy link
Owner

darxtrix commented Jul 12, 2017

All of the positions, lengths, widths are hardcoded. Need to separate them in a different config file or in the same file.

Take into account the situations in which the Terminal screen is quite small. The following strategy can be used.

  • Ptop can try to be responsive till a particular stage
  • After that the user can do scrolling to see the full view.
@darxtrix
Copy link
Owner Author

Some of the calculation can be avoided as the next relx and rely are adjusted automatically by the parent WindowForm

@darxtrix darxtrix added good first issue refactoring Code refactoring or project structural changes and removed priority labels Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue refactoring Code refactoring or project structural changes
Projects
None yet
Development

No branches or pull requests

1 participant