summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/about.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/about.tcl b/lib/about.tcl
index b19738ecff..719fc547b3 100644
--- a/lib/about.tcl
+++ b/lib/about.tcl
@@ -9,6 +9,7 @@ proc do_about {} {
toplevel $w
wm geometry $w "+[winfo rootx .]+[winfo rooty .]"
+ pack [git_logo $w.git_logo] -side left -fill y -padx 10 -pady 10
label $w.header -text [mc "About %s" [appname]] \
-font font_uibold
pack $w.header -side top -fill x