aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-16 07:18:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-16 07:18:33 +0000
commit8c7983bb78ff8d91e160eb6cd8ebc56d205513c5 (patch)
tree864409daa9f01c5963ca060bb0a4dc66e56c3232 /src
parente833ae01a04a1f4815b799398ed599453bbdff7b (diff)
modified the height of the statusbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1318 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 8a64541c..9d2a4edc 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -940,7 +940,7 @@ MainWindow *main_window_create(SeparateType type)
gtk_button_set_relief(GTK_BUTTON(online_switch), GTK_RELIEF_NONE);
GTK_WIDGET_UNSET_FLAGS(online_switch, GTK_CAN_FOCUS);
#ifdef G_OS_WIN32
- gtk_widget_set_size_request(online_switch, 34, 18);
+ gtk_widget_set_size_request(online_switch, 34, 20);
#else
gtk_widget_set_size_request(online_switch, 34, 24);
#endif