void
InterfaceConfigPanel::Show(const PixelRect &rc)
{
  buttonFonts->set_text(_("Fonts"));
  buttonFonts->SetOnClickNotify(OnFonts);
  buttonFonts->show();

  RowFormWidget::Show(rc);
}