Commit bfb6bcec authored by shibakaneki's avatar shibakaneki

Adapted the cross size to rulers

parent 3b0cae95
......@@ -108,6 +108,8 @@ UBBoardController::UBBoardController(UBMainWindow* mainWindow)
mPenColorOnLightBackground = UBSettings::settings()->penColors(false).at(penColorIndex);
mMarkerColorOnDarkBackground = UBSettings::settings()->markerColors(true).at(markerColorIndex);
mMarkerColorOnLightBackground = UBSettings::settings()->markerColors(false).at(markerColorIndex);
UBSettings::settings()->crossSize = UBGeometryUtils::millimetersPerCentimeter * 4;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment