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

Open
JyeGuru opened this issue Jan 20, 2022 · 2 comments
Open

Output fields do not have fixed width font #153

JyeGuru opened this issue Jan 20, 2022 · 2 comments
Labels
enhancement good first issue question

Comments

@JyeGuru
Copy link

@JyeGuru 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
Owner

@veler 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 good first issue question labels Jan 20, 2022
@KillyMXI
Copy link

@KillyMXI KillyMXI commented Jan 21, 2022

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 good first issue question
Projects
None yet
Development

No branches or pull requests

3 participants