summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2025-07-18 22:49:21 +0200
committerJohannes Sixt <j6t@kdbg.org>2025-07-22 18:34:21 +0200
commit2d3f3f01270a47bed15db774b577b22a9c9c8d9e (patch)
tree9799b10bf0d1e7a4196d49b4d698a524f6701d8b
parent0f3d030de509d69c4ed6c8fa62da3bc32cdf3bef (diff)
gitk: remove header of now empty section "General options"
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>
-rwxr-xr-xgitk2
1 files changed, 0 insertions, 2 deletions
diff --git a/gitk b/gitk
index c6f4758a6c..427a8a96c9 100755
--- 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
}