2015-03-09 Murray Cumming 1.28.4 2015-03-09 Murray Cumming LayoutWidgetBase::apply_formatting() Fix for TextView and Label. Use TextView::set_justification() and Entry::set_alignment() too. This is now more like the code in git master, but using Gtk::Misc::set_alignment() instead of Gtk::Label::set_xalign(), because that would require a newer GTK+. 2015-03-07 Murray Cumming Revert comments changes from "Replace use of (deprecated) GtkLabel alignment." This reverts part of d8730c4174ac3a27e8aac4ed13a6855445c4fbd6. The commented-out changes would have been wrong because they were method calls on Entries, not Labels. 2015-03-07 Murray Cumming Revert part of "Replace use of (deprecated) GtkLabel alignment." This reverts part of d8730c4174ac3a27e8aac4ed13a6855445c4fbd6. It has mistakenly replaced Entry::set_alignment() with Widget::set_halign() instead of only replacing Misc::set_alignment(). Now the fields take up their full widths again, so the extra buttons (New, Find, ..., etc) are not far away.