summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-07-16 19:06:09 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-07-16 19:06:09 +0000
commitb8a1599a2ab9eafd496ba23179dda97d6e83e917 (patch)
tree15d4f824e4814770dfddc5831fc1437e492e3391 /src/trg-main-window.c
parent8eddb35a19f2d95f0033cbde071c7a5efe08895e (diff)
issue 54 - sorted destination combo and trackers/dirs in filter
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 8236914..13c1d99 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -785,7 +785,7 @@ GtkWidget *trg_main_window_notebook_new(TrgMainWindow * win)
GtkWidget *notebook = priv->notebook = gtk_notebook_new();
- gtk_widget_set_size_request(notebook, -1, 175);
+ gtk_widget_set_size_request(notebook, -1, 185);
priv->genDetails =
trg_general_panel_new(GTK_TREE_MODEL(priv->torrentModel));