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

Add option to change column width #250

Open
Anthonyae opened this issue Jul 23, 2023 · 4 comments
Open

Add option to change column width #250

Anthonyae opened this issue Jul 23, 2023 · 4 comments

Comments

@Anthonyae
Copy link

I see an option to affect column width between part 1 and part 2 as a percentage between the two. This works fine but there is a lot of unused space after that column. In particular, the short column is minuscule and there is a lot of whitespace after that column, that could be used. Can there be an option to change what the length of these should be in pixels? So I can utilize the empty whitespace.

image

@Anthonyae Anthonyae changed the title Add option to change column widt Add option to change column width Jul 23, 2023
@lintalist
Copy link
Owner

That shouldn't actually be possible as it uses the total available width to calculate the available space for all columns making it "just fit" to avoid showing a horizontal scrollbar.

How wide have you set it and what is your DPI setting?
Default width 960px (WideWidth setting)

@Anthonyae
Copy link
Author

l set WideWidth to 1400. But I tried setting it back to the default and it still gives me the same issue. Not sure what you mean by DPI settings. Hopefully this image is what you need.
image

Also thank you so much for this application! lt's become my favorite application in ahk!

@lintalist
Copy link
Owner

lintalist commented Jul 23, 2023

(DPI is scaling) - Looks like you have two monitors, my guess would be that each monitor may have a different dpi setting and it reads the one with the "highest" value but if the Lintalist gui is displayed on the 100% (as in your screenshot) there is "room to spare" so to speak. Not sure if I can fix that I'll have to do some research (I don't have two monitors)

Edit: you can try the DPIDisable setting to 1

@Anthonyae
Copy link
Author

This has helped! There is still some space left over and the sizing between Part1, Part2, and short is still giving short less space than I would like. But its a minor issue. Thank you!

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