PropertiesView and View now follow Settings::units.

This commit is contained in:
Jim Evins
2016-04-14 23:10:38 -04:00
parent 2f7f4b2041
commit 783ede0a03
28 changed files with 559 additions and 258 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace glabels
namespace Constants
{
const Distance EPSILON( 0.5, Distance::Units::PT );
const Distance EPSILON( 0.5, Units::PT );
}