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

Move UI to use sizers instead of absolute positioning #307

Closed
3 tasks done
machawk1 opened this issue Feb 9, 2018 · 2 comments
Closed
3 tasks done

Move UI to use sizers instead of absolute positioning #307

machawk1 opened this issue Feb 9, 2018 · 2 comments

Comments

@machawk1
Copy link
Owner

machawk1 commented Feb 9, 2018

In #302 and 7c9d9a1 we moved to use wxPython "Sizer" layout schemes instead of having to specify the absolute position and size of UI elements, which is inconsistent when the result is compared across platforms.

The other UI tabs/panels should be moved to Sizers as well but are more complicated than the all-button panels of Advanced>Wayback and Advanced>Miscellaneous, which were moved to sizers in the aforementioned ticket.

@machawk1
Copy link
Owner Author

Services panel mostly converted in 7f6c4c0.

@machawk1
Copy link
Owner Author

machawk1 commented Mar 12, 2019

This is mostly complete and merged into master. However, there is still an alignment issue in the Services tab due to the way sizers are used.

  • Fix alignment in Services tab.

EDIT: Fixed in f6c2270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Upcoming releases
  
TOFIX in the future
Development

No branches or pull requests

1 participant