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

Output fields do not have fixed width font #153

Closed
JyeGuru opened this issue Jan 20, 2022 · 2 comments · Fixed by #536
Closed

Output fields do not have fixed width font #153

JyeGuru opened this issue Jan 20, 2022 · 2 comments · Fixed by #536
Labels
enhancement Idea of improvement of existing feature. good first issue Good for newcomers need more info Further information is requested

Comments

@JyeGuru
Copy link

JyeGuru commented Jan 20, 2022

Describe the bug
Output fields are not respecting font choice in settings

To Reproduce
Steps to reproduce the behavior:

  • Open the UUID tool
  • Generate a few UUIDs
  • Cry because they're not neatly aligned

Expected behavior
Fixed-width font outputs on fields where it makes sense:

  • UUIDs
  • Hashes

Screenshots
image
image

Configuration (please complete the following information):

  • Win10 21H1 19043.1387
  • Theme: System (Dark)
  • Version 1.0.0.0 | X64 | RELEASE | ef783c8 | ef783c8

Additional context

@veler
Copy link
Collaborator

veler commented Jan 20, 2022

Hello,

Cry because they're not neatly aligned

So sorry about that 🤣😁

The Font setting only applies to the code editor (the text field with line numbers and syntax colorization).
Perhaps every fields should have this font applied? Or perhaps "some" fields that make sense to use the font (like the Hash and Guid generators perhaps).

What do you folks think?

Ping @btiteux

@veler veler added enhancement Idea of improvement of existing feature. good first issue Good for newcomers need more info Further information is requested labels Jan 20, 2022
@KillyMXI
Copy link

Fields should have a named style to reflect the nature of displayed values. Font will be a property of a style.
(I'm not sure about names though. The distinction is that some values are for human consumption, others are code-like, for machine consumption.)

Another place where monospace font is important - Regex Tester.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea of improvement of existing feature. good first issue Good for newcomers need more info Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants