aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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