postiffm / bibledit-desktop

Desktop version of Bibledit
GNU General Public License v3.0
4 stars 6 forks source link

Bugfix: Do not use nonexisting child properties of GtkFrame. #123

Closed rluzynski closed 4 years ago

rluzynski commented 4 years ago

This commit gets rid of the warnings "GtkFrame does not have a child property called expand" and "... fill". Indeed, GtkFrame does not have these properties and they just should have been removed.

The bug was introduced by commit f42eaa30b470287c10108da42757997cdffefaf0.