Added labels and icons to wide buttons, #3594

This commit is contained in:
Morgan Hardwood
2017-01-06 21:46:40 +01:00
parent 4c20b1f4af
commit 15c5453884
5 changed files with 6 additions and 8 deletions

View File

@@ -29,8 +29,7 @@ LensGeometry::LensGeometry () : FoldableToolPanel(this, "lensgeom", M("TP_LENSGE
fill = Gtk::manage (new Gtk::CheckButton (M("TP_LENSGEOM_FILL")));
pack_start (*fill);
autoCrop = Gtk::manage (new Gtk::Button ());
autoCrop->set_tooltip_text(M("TP_LENSGEOM_AUTOCROP"));
autoCrop = Gtk::manage (new Gtk::Button (M("TP_LENSGEOM_AUTOCROP")));
autoCrop->set_image (*Gtk::manage (new RTImage ("crop-auto.png")));
pack_start (*autoCrop, Gtk::PACK_SHRINK, 2);