We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When there are more than 10 items in the wordlist, the words don't all start at the same position. They should.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
#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
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
No branches or pull requests
When there are more than 10 items in the wordlist, the words don't all start at the same position. They should.
The text was updated successfully, but these errors were encountered: