diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-10-12 08:33:07 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-10-12 08:33:07 +0000 |
commit | 6128ee34778a8662d1c693cc288322e92b72904e (patch) | |
tree | 18d78e25d3f76c7e4bf5c32a728a9e393878cdf8 /src/mainwindow.c | |
parent | bf8d4908c53ee2362de608ad2392b9fd505dfeaa (diff) |
adjusted the size of online button.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1228 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index bf9da7e3..6e5ecc6e 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -939,7 +939,7 @@ MainWindow *main_window_create(SeparateType type) online_switch = gtk_button_new(); gtk_button_set_relief(GTK_BUTTON(online_switch), GTK_RELIEF_NONE); GTK_WIDGET_UNSET_FLAGS(online_switch, GTK_CAN_FOCUS); - gtk_widget_set_size_request(online_switch, 32, 18); + gtk_widget_set_size_request(online_switch, 34, 18); gtk_container_add(GTK_CONTAINER(online_switch), online_hbox); g_signal_connect(G_OBJECT(online_switch), "clicked", G_CALLBACK(online_switch_clicked), mainwin); |