You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user