blazium-engine / blazium

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

Fix `BottomPanel` excessive width. #43

Closed WhalesState closed 4 days ago

WhalesState commented 5 days ago

You can have as many BottomPanel plugins as you want!

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

Starkium commented 4 days ago

looks like there's a typo

jss2a98aj commented 4 days 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 4 days ago

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

jss2a98aj commented 4 days 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.