[Commits] [SCM] claws branch, master, updated. 3.15.0-187-gbdb48c8
mones at claws-mail.org
mones at claws-mail.org
Fri Dec 8 18:37:23 CET 2017
The branch, master has been updated
via bdb48c81cffc553513636b06f1609b2508ab1c0d (commit)
from d8ee06d81a2b914aa406d4d4710bf751e6478758 (commit)
Summary of changes:
src/prefs_spelling.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit bdb48c81cffc553513636b06f1609b2508ab1c0d
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Nov 26 21:35:50 2017 +0100
Adjust spelling preferences widgets
diff --git a/src/prefs_spelling.c b/src/prefs_spelling.c
index 02f8259..3ad02b4 100644
--- a/src/prefs_spelling.c
+++ b/src/prefs_spelling.c
@@ -169,9 +169,8 @@ static void prefs_spelling_create_widget(PrefsPage *_page, GtkWindow *window, gp
gtk_misc_set_alignment(GTK_MISC(default_dict_label), 1, 0.5);
default_dict_combo = gtkaspell_dictionary_combo_new(TRUE);
- gtk_widget_set_size_request(default_dict_combo, 180, -1);
gtk_table_attach (GTK_TABLE (table), default_dict_combo, 1, 2, 0, 1,
- GTK_SHRINK, 0, 0, 0);
+ GTK_EXPAND | GTK_FILL, 0, 0, 0);
default_alt_dict_label = gtk_label_new(_("Default alternate dictionary"));
gtk_widget_show(default_alt_dict_label);
@@ -182,15 +181,14 @@ static void prefs_spelling_create_widget(PrefsPage *_page, GtkWindow *window, gp
gtk_misc_set_alignment(GTK_MISC(default_alt_dict_label), 1, 0.5);
default_alt_dict_combo = gtkaspell_dictionary_combo_new(FALSE);
- gtk_widget_set_size_request(default_alt_dict_combo, 180, -1);
gtk_table_attach (GTK_TABLE (table), default_alt_dict_combo, 1, 2, 1, 2,
- GTK_SHRINK, 0, 0, 0);
+ GTK_EXPAND | GTK_FILL, 0, 0, 0);
both_dict_check = gtk_check_button_new_with_label(
_("Check with both dictionaries"));
gtk_widget_show(both_dict_check);
gtk_table_attach (GTK_TABLE (table), both_dict_check, 1, 2, 2, 3,
- GTK_SHRINK, 0, 0, 0);
+ GTK_EXPAND | GTK_FILL, 0, 0, 0);
#ifdef WIN32
get_dictionaries_btn = gtkut_get_link_btn(GTK_WIDGET(window),
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list