We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
From #1934, wouldn't this make a whole lot more sense in _toggle_button.py?
BUTTON_INNER: dict[bool, str] = {True: "X", False: " "}
I thought that checkboxes were simply broken, but instead it was that the bold attribute simply doesn't stand out enough at smaller fonts.
Then of course in _button():
return Text.assemble( (self.BUTTON_LEFT, side_style), (self.BUTTON_INNER[self.value], button_style), (self.BUTTON_RIGHT, side_style), )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From #1934, wouldn't this make a whole lot more sense in _toggle_button.py?
I thought that checkboxes were simply broken, but instead it was that the bold attribute simply doesn't stand out enough at smaller fonts.
Then of course in _button():
The text was updated successfully, but these errors were encountered: