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

UI elements off screen #26

Open
medphysJH opened this issue Jan 30, 2024 · 1 comment
Open

UI elements off screen #26

medphysJH opened this issue Jan 30, 2024 · 1 comment

Comments

@medphysJH
Copy link
Collaborator

If the application isn't in full screen or is being displayed on a different sized screen not all the UI elements are visible.
Add scroll bars to the display if any elements are not displayed.

@AbbasZahr
Copy link
Collaborator

Added UI resizing. Controls such as buttons and graphs will automatically resize itself according to window size. Currently works fine if Scaling in windows display settings is set to 100% and works for any resolution (e.g. 2560x1440 or 1920x1080 etc.)

Window Minimised:
image

Window Full Screen:
image

Also added scroll bars to settings menu:
image

Still need to fix issues with scaling if the PC's scaling is not set to 100% (sometimes people will be using 125% scaling which causes the graphs to not resize properly however all buttons should be accessible).

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