improved GUI for the "image type" field of dynamic profile rules

This commit is contained in:
Alberto Griggio
2018-10-29 09:36:17 +01:00
parent cef5d12779
commit 4d9871110b
3 changed files with 49 additions and 8 deletions

View File

@@ -112,8 +112,7 @@ private:
Gtk::CheckButton *has_lens_;
Gtk::Entry *lens_;
Gtk::CheckButton *has_imagetype_;
Gtk::Entry *imagetype_;
MyComboBoxText *imagetype_;
ProfileStoreComboBox *profilepath_;
};