From d929bb7571d4f07b6f8a21cc870021bd81a51f47 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Wed, 23 Dec 2009 14:54:14 +0100 Subject: [PATCH] Small size --- src/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin.c b/src/plugin.c index 7f9d33d..99650bc 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -81,7 +81,7 @@ static void gfi_size_allocate_mi(GtkWidget *window, GtkAllocation *alloc, GtkWid printf("Size allocate mi: %i\n", size); if(size != gmpc_metaimage_get_size(GMPC_METAIMAGE(image))) { - gmpc_metaimage_set_size(GMPC_METAIMAGE(image),size); +// gmpc_metaimage_set_size(GMPC_METAIMAGE(image),size); gmpc_metaimage_reload_image(GMPC_METAIMAGE(image)); } } @@ -132,7 +132,7 @@ static void gfi_fullscreen(GmpcPluginBase *plu) gtk_window_set_keep_above(GTK_WINDOW(popup), TRUE); /* Setup the meta image */ gmpc_metaimage_set_no_cover_icon(GMPC_METAIMAGE(metaimage),(char *)"gmpc"); - gmpc_metaimage_set_squared(GMPC_METAIMAGE(metaimage), TRUE); + gmpc_metaimage_set_squared(GMPC_METAIMAGE(metaimage), FALSE); gmpc_metaimage_set_connection(GMPC_METAIMAGE(metaimage), connection); gmpc_metaimage_update_cover(GMPC_METAIMAGE(metaimage), connection,MPD_CST_SONGID, NULL); g_signal_connect(G_OBJECT(metaimage), "button-press-event", G_CALLBACK(gfi_button_press_event), popup); -- 2.11.4.GIT