7 changed files with 39 additions and 15 deletions
@ -1,2 +1,11 @@
|
||||
# Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this. |
||||
#dpi: 72 |
||||
|
||||
# DPI is used in making PDFs and in unit conversions |
||||
#dpi: 72 |
||||
|
||||
# Text hints are used to show the boundaries of text boxes. |
||||
# Can be enabled/disabled at the command-level, or set globally with `set` |
||||
#text_hint: '#F00' |
||||
|
||||
# Show progress bars on the command line for potentially long-running operations |
||||
#progress_bars: true |
||||
|
||||
@ -1,3 +1,3 @@
|
||||
dpi: 300 |
||||
progress_bar: true |
||||
hint: '#FF0000' |
||||
progress_bars: true |
||||
text_hint: '#FF0000' |
||||
Loading…
Reference in new issue