talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7d32a0740130b774e2cce129ca36c63c2f99a3ec
parent 3f50806b1cf12379e673b3510a60c41303fc8f8f
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date:   Tue, 17 Aug 2021 12:22:57 -0700

Make litehtml image cache size preference visible

Diffstat:
Msrc/plugins/litehtml_viewer/lh_prefs.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/plugins/litehtml_viewer/lh_prefs.c b/src/plugins/litehtml_viewer/lh_prefs.c @@ -140,6 +140,7 @@ static void create_lh_prefs_page(PrefsPage *page, GtkWindow *window, gtk_spin_button_set_value(GTK_SPIN_BUTTON(image_cache_size), lh_prefs.image_cache_size); gtk_box_pack_start(GTK_BOX(hbox), image_cache_size, FALSE, FALSE, 0); + gtk_widget_show_all(hbox); /* Font */ hbox = gtk_hbox_new(FALSE, 8);