projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e87d7
)
AntMenu: make "New PA" button/text expand over several columns
author
c vw
<dl1ycf@darc.de>
Fri, 4 Dec 2020 13:45:43 +0000
(14:45 +0100)
committer
c vw
<dl1ycf@darc.de>
Fri, 4 Dec 2020 13:45:43 +0000
(14:45 +0100)
ant_menu.c
patch
|
blob
|
history
diff --git
a/ant_menu.c
b/ant_menu.c
index 771b39009ad3aa67372efac7c7585c473790ae55..2dd42310fe63a55c8d275e244af41543e8219f4f 100644
(file)
--- a/
ant_menu.c
+++ b/
ant_menu.c
@@
-364,7
+364,7
@@
void ant_menu(GtkWidget *parent) {
//
GtkWidget *new_pa_b = gtk_check_button_new_with_label("ANAN 100/200 new PA board");
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(new_pa_b), new_pa_board);
- gtk_grid_attach(GTK_GRID(grid), new_pa_b, 3, 0,
1
, 1);
+ gtk_grid_attach(GTK_GRID(grid), new_pa_b, 3, 0,
5
, 1);
g_signal_connect(new_pa_b, "toggled", G_CALLBACK(newpa_cb), NULL);
}