From 4db3da7a21ad5434b20462be10bfe4d6bcb6270f Mon Sep 17 00:00:00 2001 From: Alan F Date: Fri, 31 Jan 2014 13:04:26 +0000 Subject: issue 249 - remove 2px margin in outer vbox, so menu goes to end of window --- src/trg-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3