From 1565b2c30c9b0b8015c206903e14ce62f440b579 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Thu, 31 Dec 2009 21:11:34 -0200 Subject: Don't force the spinner to have a pre-determined size --- hardinfo2/remote.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index 591defb7..fa59948f 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -737,7 +737,6 @@ static HostDialog *host_dialog_new(GtkWidget * parent, txt_port = gtk_spin_button_new(GTK_ADJUSTMENT(txt_port_adj), 1, 0); gtk_widget_show(txt_port); gtk_box_pack_start(GTK_BOX(hbox1), txt_port, FALSE, TRUE, 0); - gtk_widget_set_size_request(txt_port, 52, -1); label1 = gtk_label_new("Remote host"); gtk_widget_show(label1); -- cgit v1.2.3