Kit Bishop
Kit Bishop
- maybe related https://github.com/godotengine/godot/pull/87462 It might be caused by the content margins on the scroll container's theme.
There is also `SplitContainer`, `GraphElement`, `GraphNode`, `GraphFrame`, and `TabContainer` which could use this. Though `TabContainer` needs invisible children. So, it could be made virtual and overridden so it can include...
Found some issues. When the first row stretch ratio is less than one and the second row does not stretch, the second row moves far away, outside of the Container:...
This should be easy to fix after #86978 since it adds a `_unhide_carets()` method in TextEdit that can probably be used for this.
- related to https://github.com/godotengine/godot/issues/72876
Should we add them to the command palette as well? Since there are commands to switch main screens.
Cannot reproduce in Godot v4.2.1.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 31.0.15.5186) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 Threads) Moving files...
We could make the tab visibility callback only apply in the editor when it is part of the edited scene, since that is where it is most intended for. Also,...
Maybe it should be floats instead of ints for more control over the size?
> For that, you could use an `_undo_redo_inspector_callback` I can't use it in split_container.cpp, right? Undoing adding a child should undo adding the split_offset, but it happens in the sort...