Move file filter when filesystem dock is in the bottom panel#111000
Move file filter when filesystem dock is in the bottom panel#111000Repiteo merged 1 commit intogodotengine:masterfrom
Conversation
|
Fixed merge conflicts. Also working on fixing an issue where some display modes show two file filters |
|
Still working on some changes to different display modes. I think it makes sense for vertical split display mode while the dock is in the bottom panel to be unchanged. The other display modes while the filesystem dock is in the bottom panel should have the proposed change of moving the file filter to be horizontal to the current path LineEdit (and the dock should be unchanged while the dock is docked on a side panel) |
|
That's not really related to this PR, no? |
When the Filesystem Dock is on the bottom panel vertical space is more valuable than horizontal space. Moving the file filter to be horizontal with the current path LineEdit makes the dock more space efficient when on the bottom panel. When docked on the side, the file filter is unchanged.
eb67470 to
ffe00d5
Compare
|
Since this PR is about moving the file filter, I think it could make sense to add to the PR a case where the file filter shouldn't be moved. But I'll just leave it as is on this PR. |
|
Thanks! |
There is extra room next to the current folder LineEdit when the filesystem dock is docked in the bottom panel.
This change moves the file filter LineEdit to be horizontal with the current folder more effectively uses the vertical space of the bottom panel.
Closes godotengine/godot-proposals#12579
Before changes:

After changes:

Docking on the side is unchanged:
