Bring back bold font in section title

This commit is contained in:
Hombre
2011-02-06 20:18:35 +01:00
parent 8d13a6a693
commit 84945ee826
2 changed files with 1 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class FoldableToolPanel : public ToolPanel {
void setParent (Gtk::Box* parent) { parentContainer = parent; }
Gtk::Box* getParent () { return parentContainer; }
void setLabel (Glib::ustring label) { exp->set_label(label); }
void setLabel (Glib::ustring label) { exp->set_label(Glib::ustring("<b>") + label + Glib::ustring("</b>")); }
};
#endif