]> Kevux Git Server - rit/commit
gitk: separate code blocks for configuration dialog
authorMark Levedahl <mlevedahl@gmail.com>
Wed, 1 Oct 2025 03:28:36 +0000 (23:28 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Sat, 4 Oct 2025 14:37:18 +0000 (10:37 -0400)
commit8e65d38064c6ab981955f64b75f8cc068f25a415
treeb8e8badc6ca5f1c68efcb223764f2e1ab1c8c4f3
parentb9f6b8237db9ebe999064e029c1b4784a7f4cfcd
gitk: separate code blocks for configuration dialog

gitk's configuration dialog uses a large number of widgets, and this
code is hard to read as there is no easily recognizable grouping or
breaks. Help this by adding space between items that occupy a single row
in the dialog.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
gitk