Mounir Tohami

Results 146 comments of Mounir Tohami

We can use a `TabBar` which i don't think will be ideal for fixing this. Or a `ScrollContainer` and hiding it's horizontal scroll bar while also allowing focusing the buttons...

They may look like this, since we will need to reuse the `Button` styles with a limitation that the selected tab can't be hovered. Also we will be unable to...

What about making all the buttons horizontal size flags to `fill + expand` and we set `text_overrun_behavior` to `Ellipsis`. Also we can assign a minimum width of 32 pixels to...

I like it, but it may be more useful if we can scroll the view with `Ctrl + Arrow keys` when the focus style is drawn ie. the `ScrollContainer` or...

> Should I add this in this PR or in another? To be honest, I tried to do it to see if the change is small and decide if I...

Note: The focus `StyleBox` is clipped for the default theme, this should be documented that it will require a focus `StyleBox` to be drawn without expanding and adding some content...

One more change is to check `if (Engine::get_singleton()->is_editor_hint())` inside `ScrollContainer` cpp file to avoid running the code when we run a scene in editor builds.

Let's just be honest, the `TextEdit` shouldn't draw the readonly over the normal style 😄 it's even mixing the calculation of both of them. ??? ![image](https://github.com/user-attachments/assets/a504a825-6a37-4c2e-966a-b5bbd803dd44)

This issue happens when the x value of a vertex in the start of a path or a line is between -1 and 0, but it doesn't happen for the...