Fix misc formatting issues
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files.
This commit is contained in:
parent
19ae37cc99
commit
315c64282b
5 changed files with 57 additions and 57 deletions
|
|
@ -1525,7 +1525,7 @@ SpriteFramesEditor::SpriteFramesEditor() {
|
|||
_zoom_reset();
|
||||
|
||||
// Ensure the anim search box is wide enough by default.
|
||||
// Not by setting its minimum size so it can still be shrinked if desired.
|
||||
// Not by setting its minimum size so it can still be shrunk if desired.
|
||||
set_split_offset(56 * EDSCALE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue