From: Ramakrishnan Muthukrishnan Date: Sun, 2 Jan 2022 11:09:08 +0000 (+0530) Subject: do not paint the hide/menu buttons black X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/status?a=commitdiff_plain;h=41b3b6a972ab2d4befac6a2930d6bb506b47b9d9;p=pihpsdr.git do not paint the hide/menu buttons black --- diff --git a/radio.c b/radio.c index 6a35692..7646807 100644 --- a/radio.c +++ b/radio.c @@ -499,16 +499,6 @@ static void create_visual() { gtk_fixed_put(GTK_FIXED(fixed), menu_b, VFO_WIDTH + METER_WIDTH, y); y += MENU_HEIGHT; - // edit - GdkColor color_bg; - gdk_color_parse("black", &color_bg); - gtk_widget_modify_bg(GTK_WIDGET(minimize_b), GTK_STATE_NORMAL, &color_bg); - gtk_widget_modify_bg(GTK_WIDGET(menu_b), GTK_STATE_NORMAL, &color_bg); - - gtk_button_set_relief(GTK_BUTTON(minimize_b), GTK_RELIEF_NONE); - gtk_button_set_relief(GTK_BUTTON(menu_b), GTK_RELIEF_NONE); - // edit - rx_height = display_height - VFO_HEIGHT; if (display_zoompan) { rx_height -= ZOOMPAN_HEIGHT;