{{ message }}
Conversation
QuLogic
force-pushed
the
horizontal-checkbuttons
branch
from
March 19, 2024 06:00
b58dc7d to
f92a95f
Compare
QuLogic
force-pushed
the
horizontal-checkbuttons
branch
from
May 17, 2024 20:24
f92a95f to
873a3d8
Compare
Member
A new optional keyword argument 'layout_direction' is introduced to control it. The new parameter defaults to 'vertical' for backwards compatibility.
Member
Author
|
I assume the reason for implementing it that way was that it was easier to implement. The latter requires accounting for the text width before placing the markers, while the former just places them equidistantly. |
QuLogic
force-pushed
the
horizontal-checkbuttons
branch
from
August 21, 2024 22:07
873a3d8 to
9a5eb5b
Compare
Member
|
You could still place equidistantly with text right of the buttons. The possible overlap issues are the same, except that you have a constant reserved space for the buttons. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



PR summary
This is a followup to #13374, but for
CheckButtons. Also updates the test image to check both options.Feel free to review after #13374 or as a group. This is built on top of that one, so merging this would merge that as well.
PR checklist