]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitk: remove header of now empty section "General options"
authorJohannes Sixt <j6t@kdbg.org>
Fri, 18 Jul 2025 20:49:21 +0000 (22:49 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 22 Jul 2025 16:34:21 +0000 (18:34 +0200)
An earlier commit remove the only option that was available under
"General options". We don't need the header for the empty section.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk

diff --git a/gitk b/gitk
index c6f4758a6cdeb3c511e19b548abaffd462add6a4..427a8a96c9b1e3cdc6a18924df983b09d08620ab 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -11707,8 +11707,6 @@ proc prefspage_general {notebook} {
     pack configure $page.webbrowserf.l -padx 10
     grid x $page.webbrowserf $page.webbrowser -sticky ew
 
-    ttk::label $page.lgen -text [mc "General options"] -font mainfontbold
-    grid $page.lgen - -sticky w -pady 10
     return $page
 }