Solving issue 2290: "Enhanced look"
This commit is contained in:
@@ -26,10 +26,8 @@
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
FlatField::FlatField () : Gtk::VBox(), FoldableToolPanel(this)
|
||||
FlatField::FlatField () : FoldableToolPanel(this)
|
||||
{
|
||||
set_border_width(4);
|
||||
|
||||
hbff = Gtk::manage(new Gtk::HBox());
|
||||
flatFieldFile = Gtk::manage(new MyFileChooserButton(M("TP_FLATFIELD_LABEL"), Gtk::FILE_CHOOSER_ACTION_OPEN));
|
||||
flatFieldFilePersister.reset(new FileChooserLastFolderPersister(flatFieldFile, options.lastFlatfieldDir));
|
||||
|
Reference in New Issue
Block a user