-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Size of blocks with boolean-type edge shape sometimes needs to be extended #376
Comments
@carljbowman Any further thoughts of what you want to do with this? It looks a little better now: |
(with rounded corners) |
Would it be possible to add more padding on the left and right still, regardless of the issue with overflow of the reporter itself? Seems really cramped to me, without any space to the side of the input. |
tmickel
pushed a commit
to tmickel/scratch-blocks
that referenced
this issue
Jul 12, 2016
Revert "proxy option for build.py"
tmickel
added a commit
to tmickel/scratch-blocks
that referenced
this issue
Jul 26, 2016
tmickel
added a commit
that referenced
this issue
Jul 26, 2016
* Align text by consistent baseline * Helvetica * CORNER_RADIUS in grid units * Separate MIN_BLOCK_X for reporters from single-field shadows * Update Blockly.BlockSvg.FIELD_WIDTH * Remove padding on htmlInput * Also apply border-radius to htmlInput_ to avoid weird edge effect in Chrome * Update MIN_BLOCK_X to spec * Fix horizontal sizing of blocks to include right corner. * Add EDITABLE_FIELD_PADDING This gives extra width to editable text fields. * Add correct height for reporters * Fix INLINE_PADDING_Y and reporter sizing to spec * Remove unused case for input.renderWidth * Instrument vertical rendering with right/left row padding. * Revert renderWidth change * Fix calculation of input shape widths * Output padding to spec, fixing #376 * Update horizontal FIELD_TOP_PADDING for new dominant baseline * Update padding language to be LTR/RTL neutral * Remove broken RTL SEP_SPACE_X from input shape drawing
Resolved :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a two-part problem:
This is also a problem in Scratch 2.0, but doesn't become much of a problem until there are many blocks, because the padding is much smaller:
To fix problem #2, we could add more space horizontally somehow...
The text was updated successfully, but these errors were encountered: