Skip to content

Commit

Permalink
Package editor: Change default line width to 0.2mm (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn authored and ubruhin committed Jan 27, 2019
1 parent f89b861 commit 955c7be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ PackageEditorState_DrawPolygonBase::PackageEditorState_DrawPolygonBase(
mCurrentPolygon(nullptr),
mCurrentGraphicsItem(nullptr),
mLastLayerName(GraphicsLayer::sTopPlacement),
mLastLineWidth(254000),
mLastLineWidth(200000),
mLastAngle(0),
mLastFill(false),
mLastGrabArea(mode != Mode::LINE) {
Expand Down

0 comments on commit 955c7be

Please sign in to comment.