For issue #3483, the old behavior is restored, i.e. the minimum width of the ProfilePanel combobox is the maximum width of its content. Style updated for the Exif and IPTC sub-tabs
This commit is contained in:
@@ -36,12 +36,12 @@ private:
|
||||
Gtk::Entry* captionWriter;
|
||||
Gtk::Entry* headline;
|
||||
Gtk::Entry* instructions;
|
||||
Gtk::ComboBoxText* keyword;
|
||||
MyComboBoxText* keyword;
|
||||
Gtk::ListViewText* keywords;
|
||||
Gtk::Button* addKW;
|
||||
Gtk::Button* delKW;
|
||||
Gtk::ComboBoxText* category;
|
||||
Gtk::ComboBoxText* suppCategory;
|
||||
MyComboBoxText* category;
|
||||
MyComboBoxText* suppCategory;
|
||||
Gtk::ListViewText* suppCategories;
|
||||
Gtk::Button* addSC;
|
||||
Gtk::Button* delSC;
|
||||
|
Reference in New Issue
Block a user