Skip to content

Commit d38d7d4

Browse files
bebarinopaulusmack
authored andcommitted
gitk: Provide a 32x32 window icon based on the git logo
This simply expands the 16x16 logo image to 32x32 and provides it as an alternative icon image. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 37871b7 commit d38d7d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

gitk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10902,7 +10902,10 @@ catch {
1090210902
gitlogo copy gitlogoplus -to 11 9
1090310903
image delete gitlogoplus
1090410904

10905-
wm iconphoto . -default gitlogo
10905+
image create photo gitlogo32 -width 32 -height 32
10906+
gitlogo32 copy gitlogo -zoom 2 2
10907+
10908+
wm iconphoto . -default gitlogo gitlogo32
1090610909
}
1090710910
# wait for the window to become visible
1090810911
tkwait visibility .

0 commit comments

Comments
 (0)