Bring back bold font in section title
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user