Closed littlewhitecloud closed 1 year ago
Not bad LOL
Are you interested in checking this out? @Moosems
I am currently working on this. After working out this I think we should do some bug fix and the tktermwidget
is almost stable!
After getting my sleep, sure.
Thank you!
Anytime my friend 😁
Have a good rest and I will improve it.
Scroll bar:
row = 1 if horizontal else 0 col = 0 if horizontal else 1 self.grid(row=row, column=col)
Look strange after using the code.
Look more beautiful now.
@Moosems Can help figure out why these buttons didn't use the correct font after I do
window.option_add("*font", ("Cascadia Mono", 9, "normal))
None of the items have the font because you are using TTK widgets. You need to use Style().theme_configure("TButton", "font", font).
None of the items have the font because you are using TTK widgets. You need to use Style().theme_configure("TButton", "font", font).
But there are only two buttons don't have the correct font.
None of the items have the font because you are using TTK widgets. You need to use Style().theme_configure("TButton", "font", font).
Can you make a suggestion?
AttributeError: 'Style' object has no attribute 'theme_configure'
The others are images do the font doesn't affect them...
Are you using sv_ttk?
yes
The others are images do the font doesn't affect them...
I didn't mean the buttons with image don't follow the font, I mean the buttons in the red box don't follow font
Are you using sv_ttk?
I opened an issues on the sv_ttk github repo. https://github.com/rdbende/Sun-Valley-ttk-theme/issues/93
nevermind about it, @Moosems do you want to add some built-in styles?
Possibly, I don't personally see myself using them that much though, I'd much rather prefer to just configure the style of the terminal.
Okay, it is just a little extension
I think it is almost finish. All todos are finished. Need to review it again and do some bug fix on this.
And then, let's go to bug fix!
I am going to sleep lol. Tomorrow I have to go to school and then I will have summer holidays, at that time I will review it.
Flags
write_style()
andload_style()
Add more built-in styleTests /
Note @Moosems Would you like to build some built-in styles? Or take part in writing config ui? (Also, are you good at json? I need some help)