X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fplugins%2Fradar.c;h=4b86240607a39f7f62e28d5d7cd723c45beac117;hp=73d275985ab9a13202d3bdfcd0df950afea70e61;hb=99d3fa783dd81b0dbe7cec53a63a66e87fac6e27;hpb=81922a41721f8e7ec02186235edc1769e06f6b2c diff --git a/src/plugins/radar.c b/src/plugins/radar.c index 73d2759..4b86240 100644 --- a/src/plugins/radar.c +++ b/src/plugins/radar.c @@ -702,7 +702,8 @@ static void gis_plugin_radar_init(GisPluginRadar *self) self->sites = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, (GDestroyNotify)radar_site_free); self->config = gtk_notebook_new(); - gtk_notebook_set_tab_pos(GTK_NOTEBOOK(self->config), GTK_POS_LEFT); + /* Need to position on the top because of Win32 bug */ + gtk_notebook_set_tab_pos(GTK_NOTEBOOK(self->config), GTK_POS_BOTTOM); } static void gis_plugin_radar_dispose(GObject *gobject) {