aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-13 06:23:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-13 06:23:30 +0000
commit28a4e26a3d76ab079f9587b64ab861527c207f9b (patch)
tree483979876be1f4144fc10e9ff16a2b11afc20646 /src/mainwindow.c
parent488f6570f7caab980b65ed929ff2b73278c7afeb (diff)
set shadow type of GtkTextView, and don't set border_width of toolbars.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@4 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 72d05fa2..a7d200f3 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2108,7 +2108,7 @@ static void main_window_toolbar_create(MainWindow *mainwin,
GTK_ORIENTATION_HORIZONTAL);
gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH);
gtk_container_add(GTK_CONTAINER(container), toolbar);
- gtk_container_set_border_width(GTK_CONTAINER(container), 2);
+ //gtk_container_set_border_width(GTK_CONTAINER(container), 2);
//gtk_toolbar_set_button_relief(GTK_TOOLBAR(toolbar), GTK_RELIEF_NONE);
//gtk_toolbar_set_space_style(GTK_TOOLBAR(toolbar),
// GTK_TOOLBAR_SPACE_LINE);