Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoaria committed Sep 20, 2018
1 parent b82c763 commit c05eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/biblioshiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ navbarMenu("Descriptive Analysis",
choices = c("Random Dark" = "random-dark",
"Random Light" = "random-light"),
selected = "random-dark"),
colourInput("wcBGCol", label= "Backgroud color",value="white", showColour = "background", returnName=TRUE),
colourpicker::colourInput("wcBGCol", label= "Backgroud color",value="white", showColour = "background", returnName=TRUE),
sliderInput("scale", label = "Font size", min=0.2,max=5,step=0.1,value=1),
sliderInput("ellipticity", label = "Ellipticity", min=0,max=1,step=0.05,value=0.65),
sliderInput("padding", label = "Padding", min = 0, max = 5, value = 1, step = 1),
Expand Down

0 comments on commit c05eae2

Please sign in to comment.