kconfig: gconf: use configure-event handler to adjust pane separator
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Jun 2025 18:43:28 +0000 (03:43 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 26 Jul 2025 06:31:29 +0000 (15:31 +0900)
commit06ba76dc825703fa61cee72c2ae66508ef5f10ec
tree174e5927cdc42bd6cc97093dc712a27ae8c0fb79
parent0c82f50a06aa13e6fc29e17081094489d57745fd
kconfig: gconf: use configure-event handler to adjust pane separator

The size-request event handler is currently used to adjust the position
of the horizontal separator in the right pane.

However, the size-request signal is not available in GTK 3. Use the
configure-event signal instead.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/gconf.c