Tomasz Chabora

Results 931 comments of Tomasz Chabora

> I would agree immediately if Godot had some kind of slot mechanism that lets you define where children should be inserted for instanced scenes. Soon: #84018

I don't see any difference with and without this PR. The original MRP is still broken, the new MRP works properly without the fix. It would be nice to see...

I confirmed that this fixes a bug, but not the linked issues. Though there are some changes that I'm not sure about. Removing `bg` makes the margins of focus StyleBox...

It's similar issue to #34080

> There's no API for that, so no it can't. It's possible to add custom options using some tricks, but as with all hacks, it's prone to breaking if it's...

The feature is implemented correctly, but it has problems with fitting text. See the above comment.

The text is no longer cut, but there is some excessive margin on the right. https://github.com/user-attachments/assets/ac0b5c30-8cef-421d-9fca-2f7c3163033c

The margin problem is fixed. Though there is a problem where if you increase column count, the size doesn't update immediately: https://github.com/user-attachments/assets/9a1de7a6-c213-4407-9d74-ef4c8e3c2c9c

Needs rebase. There is new SCROLL_MODE_RESERVE that you need to take into account.

The buttons should definitely be disabled when not needed. Also if hiding is a problem, you could "hide" them by setting modulate alpha to 0. Not sure if such margin...