1- Some french strings have been shortened
2- The fast export panel instruction is now a tooltip (cursor over the title); it's width was a problem and took too much place, breaking the look'n feel 3- Some HSeparator removed from the Demozaicing tool 4- The demosaicing combobox has been normalized: now use the "(unchanged)" label and all tools' specific options appears when demozaicing is set to "(unchanged)" 5- (LAB/CIECAM) removed from the tools' title
This commit is contained in:
@@ -35,17 +35,10 @@ ExportPanel::ExportPanel () : listener (NULL) {
|
||||
|
||||
Gtk::Label* labExportTitle = Gtk::manage ( new Gtk::Label (M("EXPORT_FASTEXPORTOPTIONS")) );
|
||||
labExportTitle->set_use_markup (true);
|
||||
labExportTitle->set_tooltip_text (M("EXPORT_INSTRUCTIONS"));
|
||||
labExportTitle->set_alignment(Gtk::ALIGN_LEFT);
|
||||
pack_start(*labExportTitle, Gtk::PACK_SHRINK, 4);
|
||||
|
||||
Gtk::Label* labInstructions = Gtk::manage ( new Gtk::Label (M("EXPORT_INSTRUCTIONS")) );
|
||||
labInstructions->set_use_markup (true);
|
||||
labInstructions->set_line_wrap (true);
|
||||
labInstructions->set_alignment(Gtk::ALIGN_LEFT);
|
||||
Gtk::HBox* hbInstructions = Gtk::manage (new Gtk::HBox ());
|
||||
hbInstructions->pack_start(*labInstructions, Gtk::PACK_SHRINK, 4);
|
||||
pack_start(*hbInstructions, Gtk::PACK_SHRINK, 4);
|
||||
|
||||
bypass_ALL = Gtk::manage ( new Gtk::CheckButton (M("EXPORT_BYPASS_ALL")));
|
||||
bypass_sharpening = Gtk::manage ( new Gtk::CheckButton (M("EXPORT_BYPASS_SHARPENING")));
|
||||
bypass_sharpenEdge = Gtk::manage ( new Gtk::CheckButton (M("EXPORT_BYPASS_SHARPENEDGE")));
|
||||
|
Reference in New Issue
Block a user