]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: make the "list references" default window width wider
authorJames J. Raden <james.raden@gmail.com>
Thu, 21 Jan 2016 17:07:47 +0000 (12:07 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 11 Jan 2025 17:17:42 +0000 (18:17 +0100)
commit18a7e19846ee186d60dbf7c2c865ac1d1aa531c4
tree8cceea0f345792bbdaf290b0ba9d896412478131
parentac75b4c265952e382dbd67018058a853393d4ecd
gitk: make the "list references" default window width wider

When using remotes (with git-flow especially), the remote reference names
are almost always wordwrapped in the "list references" window because it's
somewhat narrow by default. It's possible to resize it with a mouse,
but it's annoying to have to do this every time, especially on Windows 10,
where the window border seems to be only one (1) pixel wide, thus making
the grabbing of the window border tricky.

Signed-off-by: James J. Raden <james.raden@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
gitk