summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-01-31 13:04:26 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-01-31 13:04:26 +0000
commit4db3da7a21ad5434b20462be10bfe4d6bcb6270f (patch)
treeee9edc2091a4e53be2ad1963fe3a647c8321ab29 /src
parent73f8b05866e77e94b42a2843d4b5fb8754e2d17e (diff)
issue 249 - remove 2px margin in outer vbox, so menu goes to end of window
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. */