[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-33-gc640b4c03
paul at claws-mail.org
paul at claws-mail.org
Fri Jan 29 10:23:59 CET 2021
The branch, gtk3 has been updated
via c640b4c03b964294a56ea467abdfffb224f18f76 (commit)
from d4de971f507faf6293c3b66f8ef1e404f9db6068 (commit)
Summary of changes:
src/plugins/fancy/fancy_viewer.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit c640b4c03b964294a56ea467abdfffb224f18f76
Author: paul <paul at claws-mail.org>
Date: Fri Jan 29 09:23:55 2021 +0000
fix bug 4434, 'load progress bar may not be shown'
diff --git a/src/plugins/fancy/fancy_viewer.c b/src/plugins/fancy/fancy_viewer.c
index 3d59b3fba..9bc8bde51 100644
--- a/src/plugins/fancy/fancy_viewer.c
+++ b/src/plugins/fancy/fancy_viewer.c
@@ -1081,6 +1081,7 @@ static MimeViewer *fancy_viewer_create(void)
viewer->vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
viewer->progress = gtk_progress_bar_new();
+ gtk_widget_set_size_request(GTK_WIDGET(viewer->progress), 120, -1);
/* Zoom Widgets */
viewer->zoom_100 = gtk_image_new_from_icon_name("zoom-original", GTK_ICON_SIZE_SMALL_TOOLBAR);
viewer->zoom_in = gtk_image_new_from_icon_name("zoom-in", GTK_ICON_SIZE_SMALL_TOOLBAR);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list