Solving issue #3497, #3500, #3498 and #3483

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:
Hombre
2016-11-09 00:09:52 +01:00
parent ea6a7748ed
commit 2fcc5b75c8
13 changed files with 235 additions and 234 deletions

View File

@@ -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;