summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-25 10:37:03 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-25 10:37:03 +0000
commitac4a8bfe64fcd08c7b31bba720c003dbe459dfe9 (patch)
tree4b28f63809444272a01696ec71a0823f1cecf80c
parent1bae0138ec505d1bfd996a54f4109db979bc4f52 (diff)
no idea why I put a 5 pixel border on the main window, looks wrong on a darker theme like ubuntu has. (issue 16).
-rw-r--r--src/trg-main-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index c5eba0a..496add9 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1662,7 +1662,6 @@ static GObject *trg_main_window_constructor(GType type,
gtk_window_set_default_icon(priv->icon);
gtk_window_set_title(GTK_WINDOW(self), PACKAGE_NAME);
- gtk_container_set_border_width(GTK_CONTAINER(self), 5);
gtk_window_set_default_size(GTK_WINDOW(self), 1000, 600);
g_signal_connect(G_OBJECT(self), "delete-event",
G_CALLBACK(delete_event), NULL);