Previous behavior for Profile Panel's combobox size restored
See issue #3300 and #3446.
This commit is contained in:
@@ -58,7 +58,6 @@ ProfilePanel::ProfilePanel () : storedPProfile(nullptr), lastFilename(""), image
|
||||
// Create the Combobox
|
||||
profiles = Gtk::manage (new ProfileStoreComboBox ());
|
||||
setExpandAlignProperties(profiles, true, true, Gtk::ALIGN_FILL, Gtk::ALIGN_FILL);
|
||||
profiles->set_size_request(90);
|
||||
|
||||
load = Gtk::manage (new Gtk::Button ());
|
||||
load->add (*Gtk::manage (new RTImage ("gtk-open.png")));
|
||||
|
Reference in New Issue
Block a user