Rebased in new branch to cleanup commit history.
This commit is contained in:
@@ -178,14 +178,14 @@ ExportPanel::ExportPanel () : listener (nullptr)
|
||||
// Buttons
|
||||
btnFastExport = Gtk::manage ( new Gtk::Button () );
|
||||
btnFastExport->set_tooltip_text (M ("EXPORT_PUTTOQUEUEFAST"));
|
||||
btnFastExport->set_image (*Gtk::manage (new RTImage ("processing.png")));
|
||||
btnFastExport->set_image (*Gtk::manage (new RTImage ("gears.png")));
|
||||
pack_start (*btnFastExport, Gtk::PACK_SHRINK, 4);
|
||||
|
||||
|
||||
// add panel ending
|
||||
Gtk::VBox* vboxpe = Gtk::manage (new Gtk::VBox ());
|
||||
Gtk::HSeparator* hseptpe = Gtk::manage (new Gtk::HSeparator ());
|
||||
Gtk::Image* peImg = Gtk::manage (new RTImage ("PanelEnding.png"));
|
||||
Gtk::Image* peImg = Gtk::manage (new RTImage ("ornament1.png"));
|
||||
vboxpe->pack_start (*hseptpe, Gtk::PACK_SHRINK, 4);
|
||||
vboxpe->pack_start (*peImg);
|
||||
pack_start (*vboxpe, Gtk::PACK_SHRINK, 0);
|
||||
|
Reference in New Issue
Block a user