blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
235 stars 23 forks source link

Fix `BottomPanel` excessive width. #43

Closed WhalesState closed 1 month ago

WhalesState commented 1 month ago

You can have as many BottomPanel plugins as you want!

https://github.com/user-attachments/assets/3b687255-0aa7-4f34-9ffd-b06789fa3e4c

Starkium commented 1 month ago

looks like there's a typo

jss2a98aj commented 1 month ago

looks like there's a typo

  • left_button->set_tooltip_text(TTR("Scroll Left\nHold Ctrl to scroll to the begining.\nHold Shift to scroll one page."));

  • left_button->set_tooltip_text(TTR("Scroll Left\nHold Ctrl to scroll to the beginning.\nHold Shift to scroll one page."));

That typo was my fault, I had it messed up when suggesting a change.

Starkium commented 1 month ago

someone stopped the tests. I'll rerun this again once those are done

jss2a98aj commented 1 month ago

someone stopped the tests. I'll rerun this again once those are done

Those stopped automatically when the static check failed from the typo.