From: c vw Date: Wed, 8 Jul 2020 14:38:33 +0000 (+0200) Subject: Put all TX tune related stuff in one row. X-Git-Url: https://git.rkrishnan.org/pf/simplejson/bar.txt?a=commitdiff_plain;h=41a11b6431d07f95360196085c146d3dac600386;p=pihpsdr.git Put all TX tune related stuff in one row. --- diff --git a/tx_menu.c b/tx_menu.c index 4624696..1657300 100644 --- a/tx_menu.c +++ b/tx_menu.c @@ -530,8 +530,9 @@ void tx_menu(GtkWidget *parent) { gtk_grid_attach(GTK_GRID(grid),tune_use_drive_b,col,row,1,1); g_signal_connect(tune_use_drive_b,"toggled",G_CALLBACK(tune_use_drive_cb),NULL); - row++; - col=0; + //row++; + //col=0; + col++; GtkWidget *tune_percent_label=gtk_label_new(NULL); gtk_label_set_markup(GTK_LABEL(tune_percent_label), "Tune Percent:");