summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-15 16:50:06 +0800
committerKeuin <[email protected]>2022-04-15 16:50:06 +0800
commit973806b2a59d458eae7dac8868721c4990cf8650 (patch)
tree7a62760bdb0d11d00fc95c63dd41634f954ece99
parent79b84321c4526099ced85180442ee01f676592e5 (diff)
Smaller font size.
-rw-r--r--main_simple_scanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_simple_scanner.cpp b/main_simple_scanner.cpp
index aa220af..054597b 100644
--- a/main_simple_scanner.cpp
+++ b/main_simple_scanner.cpp
@@ -103,5 +103,5 @@ int main(int argc, char **argv) {
std::stod(vw), std::stod(fl),
std::stod(sz), std::stod(sr),
std::stoul(sp), cap,
- std::max((int) (1.0 * image_width * 0.015 / 8), 1));
+ std::max((int) (1.0 * image_width * 0.010 / 8), 1));
} \ No newline at end of file