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

How can I change GUI font size, too small on my screen. #14

Open
Femtometer opened this issue Sep 18, 2023 · 10 comments
Open

How can I change GUI font size, too small on my screen. #14

Femtometer opened this issue Sep 18, 2023 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@Femtometer
Copy link

No description provided.

@Candas1
Copy link

Candas1 commented Sep 18, 2023

On windows I did what is mentioned here in option (3)

@klonyyy klonyyy self-assigned this Sep 18, 2023
@klonyyy klonyyy added the enhancement New feature or request label Sep 18, 2023
@klonyyy
Copy link
Owner

klonyyy commented Sep 18, 2023

Thanks for pointing it out, I will add it to the TODO list. The simplest solution is ImGui font scaling which results in some font blurriness but generally makes the font more readable. It might need some additional effort to to it properly though.

@klonyyy klonyyy moved this to Todo in MCUViewer Sep 18, 2023
@klonyyy
Copy link
Owner

klonyyy commented Sep 21, 2023

Femtometer you could try the devel branch quick fix using the ImGui font scaling: https://github.com/klonyyy/STMViewer/actions/runs/6253644446

In this release you can scale the font in the Window->Preferences window. Note that currently this setting is not saved. Let me know if it helped, or should I look for a more sophisticated solution.

@benner
Copy link

benner commented Nov 25, 2023

I have same issue with 4k but on Linux

@klonyyy
Copy link
Owner

klonyyy commented Dec 3, 2023

@benner I understand that the Window->Preferences window is not a solution to this problem?

@benner
Copy link

benner commented Dec 3, 2023

I don't have Windows menu.. Only File, Options and Help.

image

@klonyyy
Copy link
Owner

klonyyy commented Dec 4, 2023

This is because it's currently implemented only on the devel branch.

@klonyyy
Copy link
Owner

klonyyy commented Feb 11, 2024

Closing due to inactivity. Please reopen if you face a similar issue.

@klonyyy klonyyy closed this as completed Feb 11, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in MCUViewer Feb 11, 2024
@UffeJakobsen
Copy link

UffeJakobsen commented Oct 4, 2024

I just tested this on ArchLinux

PS: I'm not really sure how to re-open this issue

  • The font size is initially "1,00"

  • Setting it to 2 is way too big

  • Setting it to "1.5" changes the input to back to "1,00" (note the difference between "," and ".")

  • Problem is that if I delete the input field - then i cannot enter a "," (only numbers and "." can be entered)

  • So if I keep the existing "," and edit the numbers around it so it states "1,5" - it will work

PPS: parts of this may be a localization issue - my LANG env ver is LANG=en_DK.UTF-8

@klonyyy klonyyy reopened this Oct 6, 2024
@Femtometer
Copy link
Author

Femtometer commented Nov 19, 2024

Update to 1.01, The scale is reset to 1.00 at next launch.
Seems you allready know. "Note that currently this setting is not saved." @klonyyy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

5 participants