Skip to content
Snippets Groups Projects
Commit 756c9663 authored by thierrychambert's avatar thierrychambert
Browse files

corrected inline = FALSE for pop_size unit

parent f83af9f0
No related branches found
No related tags found
No related merge requests found
......@@ -399,9 +399,10 @@ rm(list = ls(all.names = TRUE))
br(),
{wellPanel(style = "background:#FFF8DC",
radioButtons(inputId = "pop_size_unit", inline = TRUE,
radioButtons(inputId = "pop_size_unit", inline = FALSE,
label = "Unit",
choices = c("Nombre de couples" = "Npair", "Effectif total" = "Ntotal"),
choices = c("Nombre de couples" = "Npair",
"Effectif total" = "Ntotal"),
selected = "Npair"),
)}, # close wellPanel 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment