Bring back bold font in section title

This commit is contained in:
Hombre
2011-02-06 20:16:56 +01:00
parent 4c6f9176c7
commit 144f239cf5
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