summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 1549292..164bd79 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -2702,7 +2702,7 @@ static GObject *trg_main_window_constructor(GType type,
g_signal_connect(priv->torrentTreeView, "row-activated",
G_CALLBACK(torrent_tv_onRowActivated), self);
- outerVbox = trg_vbox_new(FALSE, 2);
+ outerVbox = trg_vbox_new(FALSE, 0);
/* Create a GtkAlignment to hold the outerVbox making possible
* some padding. */