Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitk lower panel cannot resize

Tags:

git

gitk

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?

like image 326
user69715 Avatar asked Dec 05 '13 00:12

user69715


2 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.

like image 173
Rustam Safin Avatar answered Sep 18 '22 15:09

Rustam Safin


Just in case this was not a technical but a user issue, note that the resize line to grab is not where it should be. It's not the window line that's above "SHA1 ID:" but above the "Search" button and below the "next" and "prev" buttons. It's extremely unintuitive.

like image 28
SO Stinks Avatar answered Sep 19 '22 15:09

SO Stinks