lock-off.png and lock-on.png icon were trimmed, the header height has been increased from 15 to 17 (issue 1116)

This commit is contained in:
Philippe Hupe 2011-12-07 20:45:06 +01:00
parent 18a91f0ca0
commit abe9de5201

View File

@ -1250,7 +1250,7 @@ void EditorPanel::beforeAfterToggled () {
beforeIarea = new ImageAreaPanel ();
int HeaderBoxHeight = 15;
int HeaderBoxHeight = 17;
beforeLabel = Gtk::manage (new Gtk::Label ());
beforeLabel->set_markup (Glib::ustring("<b>") + M("GENERAL_BEFORE") + "</b>");