Skip to content

Commit

Permalink
clearer default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
setsumi committed Jun 1, 2024
1 parent 4fef4ba commit e1b822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const double Settings::defaultOcrScaleFactor(3.5);
const QString Settings::defaultOutputLogFile("");
const QString Settings::defaultOutputLogFormat("${capture}${linebreak}");
const QFont Settings::defaultOutputPopupFont("Arial", 12);
const QString Settings::defaultOutputCallExe("3");
const QString Settings::defaultOutputCallExe("3.0");

const QColor Settings::defaultPreviewBackgroundColor(10, 10, 10, 255);
const QColor Settings::defaultPreviewBorderColor(128, 128, 128, 255);
Expand Down

0 comments on commit e1b822e

Please sign in to comment.