[Commits] [SCM] claws branch, master, updated. 4.1.0-58-g43d043bc8
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 1 15:28:42 UTC 2022
The branch, master has been updated
via 43d043bc8e1626a8336198273dd9117239420423 (commit)
from 8a875ee618614d05d9dc6866be3d8bca5f5e13da (commit)
Summary of changes:
src/gtk/description_window.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 43d043bc8e1626a8336198273dd9117239420423
Author: Paul <paul at claws-mail.org>
Date: Thu Sep 1 16:28:38 2022 +0100
improve readability of symbol list
diff --git a/src/gtk/description_window.c b/src/gtk/description_window.c
index 6d932e515..68ae42b66 100644
--- a/src/gtk/description_window.c
+++ b/src/gtk/description_window.c
@@ -121,6 +121,7 @@ static void description_create(DescriptionWindow * dwindow)
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
gtk_label_set_xalign(GTK_LABEL(label), 0.0);
gtk_label_set_yalign(GTK_LABEL(label), 0.0);
+ gtk_widget_set_margin_end(GTK_WIDGET(label), 12);
gtk_grid_attach(GTK_GRID(table), label, col, line, 1, 1);
gtk_widget_get_preferred_size(label, &req, NULL);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list