aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-01 00:19:13 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-01 00:19:13 -0200
commitbc8135efe95f1e167ee136ec32acd328998fca6e (patch)
tree782589c1c94df9b09b114cd77ef1674fb85d9b51 /hardinfo2
parent7cb6fe0fbc0f9dc7fc34a121a6bf33464b9da5ad (diff)
Don't force the spinner to have a fixed size
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/remote.c1
1 files changed, 0 insertions, 1 deletions
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("<b>Remote host</b>");
gtk_widget_show(label1);