Skip to content

Commit

Permalink
fixed #1 nastaveni jen v milimetrech/centimetrech
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanek committed Oct 11, 2011
1 parent 418a8a4 commit 6b9e2ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scribus/prefsmanager.cpp
Expand Up @@ -259,7 +259,11 @@ void PrefsManager::initDefaults()
appPrefs.itemToolPrefs.imageScaleX = 1;
appPrefs.itemToolPrefs.imageScaleY = 1;
appPrefs.guidesPrefs.guidePlacement = true;
#ifndef WANT_PIN_CUBA
appPrefs.docSetupPrefs.docUnitIndex = 0;
#else
appPrefs.docSetupPrefs.docUnitIndex = 1;
#endif
appPrefs.itemToolPrefs.polyCorners = 4;
appPrefs.itemToolPrefs.polyFactor = 0.5;
appPrefs.itemToolPrefs.polyUseFactor = false;
Expand Down

0 comments on commit 6b9e2ce

Please sign in to comment.