eclipse-egit / egit

EGit, the git integration of Eclipse IDE
https://www.eclipse.org/egit/
Eclipse Public License 2.0
18 stars 7 forks source link

Wrong tools location on Git Staging tab #49

Open mstup opened 2 months ago

mstup commented 2 months ago

Version

6.10

Operating System

Linux/Unix

Eclipse version

2024-06

Bug description

Tools icons on the Git Staging tab located not as on the remaining tabs. It waste of extra space on tab area.

Actual behavior

Tools are located in content of the tab on the right. image

Expected behavior

I expected to see all tools on the one line with tabs, as it is on other tabs. image

Relevant log output

No response

Other information

OS: Fedora 38

Bananeweizen commented 2 months ago

That works fine for me on Windows. The tool icons are moved to the tab bar only when they fit into the available free width. I suspect the "filter files" combo to have some layout issue specifically on your OS (I've seen a lot of bad SWT layout issues on GTK when I used that in the past). It might be something like the composite "behind" the input box having a much larger width than the input box itself.

mstup commented 2 months ago

@Bananeweizen Yes, it could be the reason but I have no idea how hide this Search text field to test this assumption.