提交 d38d7d49 编写于 作者: S Stephen Boyd 提交者: Paul Mackerras

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: NStephen Boyd <bebarino@gmail.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 37871b73
......@@ -10902,7 +10902,10 @@ catch {
gitlogo copy gitlogoplus -to 11 9
image delete gitlogoplus
wm iconphoto . -default gitlogo
image create photo gitlogo32 -width 32 -height 32
gitlogo32 copy gitlogo -zoom 2 2
wm iconphoto . -default gitlogo gitlogo32
}
# wait for the window to become visible
tkwait visibility .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册