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:
@@ -49,7 +49,7 @@ private:
|
||||
private:
|
||||
void prepareProfileBox ()
|
||||
{
|
||||
profileBox.setPreferredWidth (90, 150);
|
||||
profileBox.set_size_request(90, -1);
|
||||
setExpandAlignProperties (&profileBox, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_FILL);
|
||||
|
||||
profileBox.append (M ("PREFERENCES_PROFILE_NONE"));
|
||||
|
Reference in New Issue
Block a user