Gitk lower panel cannot resize

Viewed 2747

In gitk there are two panel, the top panel which display mostly the list of commits, and the bottom panel which shows changes in this commit. Somehow, since this week I cannot adjust the height of these two panels, like making one of them bigger/smaller. Any idea why?

4 Answers

Maybe you don't see thin resize widget? It's between searchbars:

The specific spot highlighted

Try to change "Edit - Preferences - Use themed widgets" option and restart gitk.

I'm here because I had the same problem with gitk.

Screen capture of gitk

I found that turning off the "use themed widgets" preference setting gave me subtle, but visible resize bars all over the GUI.

see the attached screenshot.

Related