diff options
author | Johannes Sixt <j6t@kdbg.org> | 2025-07-18 22:49:21 +0200 |
---|---|---|
committer | Johannes Sixt <j6t@kdbg.org> | 2025-07-22 18:34:21 +0200 |
commit | 2d3f3f01270a47bed15db774b577b22a9c9c8d9e (patch) | |
tree | 9799b10bf0d1e7a4196d49b4d698a524f6701d8b | |
parent | 0f3d030de509d69c4ed6c8fa62da3bc32cdf3bef (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-x | gitk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 } |