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

Line Spacing #4

Open
Juppstein opened this issue Feb 13, 2025 · 5 comments
Open

Line Spacing #4

Juppstein opened this issue Feb 13, 2025 · 5 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@Juppstein
Copy link

Using the overlay I have the different lines of the text coming from Pioneer very close to each other, is there a way to increase the line spacing?

@Silarn
Copy link
Owner

Silarn commented Feb 13, 2025

I'm curious what version of edmcoverlay you're using because I've tested on Windows and Linux. I'm not sure there's currently a setting but it can be adjusted in the code. I'll pull that up when I have a minute.

@Juppstein
Copy link
Author

I am using the release from https://github.com/EDCD/EDMarketConnector, the latest version, running from source under Linux (Ubuntu 24.04, X11)

@Silarn
Copy link
Owner

Silarn commented Feb 13, 2025

The overlay plugin, not EDMC.

The spacer logic is defined here:

spacer = 14 if block.size == "normal" else 24

You can edit that to a value that works, depending on if you have it set normal or large in the settings.

@Silarn
Copy link
Owner

Silarn commented Feb 13, 2025

Fonts are a bit weird on Linux depending on which overlay plugin you're using, so I guess whatever font it's pulling isn't working with those values.

I'll look into adding a line space setting.

@Silarn Silarn added enhancement New feature or request question Further information is requested labels Feb 13, 2025
@Juppstein
Copy link
Author

Sorry, the one I am using is this one here: https://github.com/alexzk1/edmcoverlay_for_linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants