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>
Johannes Sixt committed
Jul 18, 2025 at 22:49 UTC
2d3f3f01270a47bed15db774b577b22a9c9c8d9e
1 file changed
-2
gitk
-2
@@ -11707,8 +11707,6 @@ proc prefspage_general {notebook} {
11707
pack configure $page.webbrowserf.l -padx 10
11708
grid x $page.webbrowserf $page.webbrowser -sticky ew
11709
11710
- ttk::label $page.lgen -text [mc "General options"] -font mainfontbold
11711
- grid $page.lgen - -sticky w -pady 10
11710
return $page
11711
}
11712