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

The wordlist should be indented evenly when using more than 10 items in the wordlist. #63

Open
ManiacDC opened this issue Aug 4, 2015 · 3 comments
Assignees
Milestone

Comments

@ManiacDC
Copy link
Owner

ManiacDC commented Aug 4, 2015

When there are more than 10 items in the wordlist, the words don't all start at the same position. They should.

@ManiacDC ManiacDC self-assigned this Aug 4, 2015
@ManiacDC ManiacDC added this to the Coding milestone Aug 4, 2015
@ManiacDC
Copy link
Owner Author

ManiacDC commented Aug 4, 2015

When using Fixed Width fonts, I've added 2 spaces before the words with no numbers. I haven't yet determined how to do this with variable width fonts.

ecaed65

@rommmcek
Copy link

rommmcek commented Aug 4, 2015

#NoEnv
FontSize := 16
Tabby := FontSize*0.8

Gui, BoxList: Margin, 1, 1
Gui, BoxList: -Caption
Gui, BoxList: Color, BFCDEA
Gui, BoxList: Font, s%FontSize%, Ariel
Gui, BoxList: add, ListBox, t%Tabby% w220 r6 hWndhlBoLis vLangua, 1`tpotato|2`tchives|`tcelery|`tparsley
Gui, BoxList: Show

Esc::
GuiClose:
ExitApp

image

@ManiacDC
Copy link
Owner Author

ManiacDC commented Aug 7, 2015

Done, tabs are now used.
fb0c2fb

Thanks, the language I typically work with can't deal with tabs, so I always forget I can use them.

@ManiacDC ManiacDC modified the milestones: Coded, Coding Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants