зеркало из https://github.com/mozilla/pjs.git
Bug 277599 gtk's embedprompter should wrap text in the check box
patch by Christian Persch <chpe@gnome.org> r=marco sr=blizzard
This commit is contained in:
Родитель
9c3a8be3c7
Коммит
448d97e5eb
|
@ -204,6 +204,8 @@ EmbedPrompter::Create(PromptType aType, GtkWindow* aParentWindow)
|
|||
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mCheckBox),
|
||||
mCheckValue);
|
||||
gtk_label_set_line_wrap(GTK_LABEL(gtk_bin_get_child(GTK_BIN(mCheckBox))),
|
||||
TRUE);
|
||||
|
||||
gtk_box_pack_start(GTK_BOX(contentsVBox), mCheckBox, FALSE, FALSE, 0);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче