Adding a "1:1" symbol in tool's titile that require a 1:1 preview to be seen (issue 2132)

This commit is contained in:
Hombre
2013-12-21 14:29:53 +01:00
parent f3c2ce6425
commit e4e66cfc49
23 changed files with 814 additions and 118 deletions

View File

@@ -87,7 +87,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(Glib::ustring("<b>") + label + Glib::ustring("</b>")); }
void setLabel (Glib::ustring label, bool need100Percent=false);
};
#endif