Skip to content

Commit

Permalink
font size default change
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanwu committed Oct 15, 2019
1 parent d60c7d3 commit 188d8d2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/createPDF.R
Expand Up @@ -65,7 +65,7 @@ create_PDF <- function(user = FALSE,
name ="LabelsOut",
type = "matrix",
ErrCorr = "H",
Fsz = 2.5, ...) {
Fsz = 12, ...) {
custom_create_PDF(user, Labels, name, type, ErrCorr, Fsz, ...)
}

Expand Down
2 changes: 1 addition & 1 deletion R/hidden_createPDF.R
Expand Up @@ -81,7 +81,7 @@ custom_create_PDF <- function(user = FALSE,
name = "LabelsOut",
type = "matrix",
ErrCorr = "H",
Fsz = 5,
Fsz = 12,
Across = TRUE,
ERows = 0,
ECols = 0,
Expand Down
2 changes: 1 addition & 1 deletion R/uniqID_maker_addin.R
Expand Up @@ -92,7 +92,7 @@ make_labels_internals <- function(){
shiny::textInput("filename", "PDF file name", value = "LabelsOut"),
shiny::selectInput(inputId = "err_corr", label = "Error Correction", choices = c("L (up to 7% damage)"="L", "M (up to 15% damage)"= "M", "Q (up to 25% damage)" = "Q", "H (up to 30% damage)" = "H"), multiple=FALSE),
shiny::selectInput("type", "Barcode Type", choices = list("Matrix (2D)" = "matrix", "Linear (1D)" = "linear"), multiple = FALSE),
shiny::numericInput("font_size", "Font Size", value = 2.5, min = 2.2, max = 4.7),
shiny::numericInput("font_size", "Font Size", value = 12, min = 2, max = 100),
shiny::radioButtons("across", "Print across?", choices = c(Yes = TRUE, No = FALSE), selected = TRUE),
shiny::numericInput("erow", "# of rows to skip", value = 0, min = 0, max = 20, width=NULL),
shiny::numericInput("ecol", "# of columns to skip", value = 0, min = 0, max = 20, width=NULL),
Expand Down
2 changes: 1 addition & 1 deletion man/create_PDF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/custom_create_PDF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -11,7 +11,7 @@
"err_corr": "L",
"err_corr-selectized": "",
"filename": "LabelsOut",
"font_size": 2.5,
"font_size": 12,
"header": true,
"height_margin": 0.5,
"hier_digits": 2,
Expand Down
Expand Up @@ -11,7 +11,7 @@
"err_corr": "L",
"err_corr-selectized": "",
"filename": "LabelsOut",
"font_size": 2.5,
"font_size": 12,
"header": true,
"height_margin": 0.5,
"hier_digits": 2,
Expand Down
Expand Up @@ -11,7 +11,7 @@
"err_corr": "L",
"err_corr-selectized": "",
"filename": "LabelsOut",
"font_size": 2.5,
"font_size": 12,
"header": true,
"height_margin": 0.5,
"hier_digits": 2,
Expand Down
@@ -1,7 +1,7 @@
{
"output": {
"label_preview": {
"src": "[image data sha1: 683665de5ff4357eda85616793a2db4e5c1b311e]",
"src": "[image data sha1: 186c3b3e6ce86c9e0956ac7bdd68178789f4078b]",
"width": 160,
"height": 40,
"alt": "Label Preview"
Expand Down
@@ -1,7 +1,7 @@
{
"output": {
"label_preview": {
"src": "[image data sha1: 261b9dd1ee615d828907f0850b9f15b8d1f9d909]",
"src": "[image data sha1: e238285e834d27f7cdca48cadaa858c929d6b03e]",
"width": 160,
"height": 40,
"alt": "Label Preview"
Expand Down

0 comments on commit 188d8d2

Please sign in to comment.