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

Tidy up the GUI by givig a consistant minimum width to labels and fields #312

Open
damies13 opened this issue Oct 10, 2024 · 0 comments
Open
Labels
enhancement New feature or request Manager Issue Affects the Manager Reporter Issue Affects the Manager (this is a planned component)

Comments

@damies13
Copy link
Owner

When updating report for Issue #140 I found we can set the minimum width of a column for a tkinter grid, (see below). This issue is to go through the GUI of the reporter and manager, to tidy up the interface so the labels and fields are all set to have the same minimum width to try and make the GUI more consistent

				self.contentdata[idr]["Frames"][datatyper].columnconfigure(1, minsize=150)
@damies13 damies13 added enhancement New feature or request Manager Issue Affects the Manager Reporter Issue Affects the Manager (this is a planned component) labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Manager Issue Affects the Manager Reporter Issue Affects the Manager (this is a planned component)
Projects
None yet
Development

No branches or pull requests

1 participant