Skip to content

Commit

Permalink
decrease default size
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Dec 5, 2022
1 parent 7587bee commit 268bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/model/Compass.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Compass: public GeometryTool {
Range getToolRange(bool transformed) const override;

// parameters used when initially displaying the compass on a page
static constexpr double INITIAL_HEIGHT = 5.0;
static constexpr double INITIAL_HEIGHT = 3.0;
static constexpr double INITIAL_X = 21. * HALF_CM;
static constexpr double INITIAL_Y = 15. * HALF_CM;
};

0 comments on commit 268bead

Please sign in to comment.