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 25, 2011
1 parent dc003bb commit b703c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scribus/scribus/prefsmanager.cpp
Expand Up @@ -282,7 +282,11 @@ void PrefsManager::initDefaults()
appPrefs.toolSettings.scaleX = 1;
appPrefs.toolSettings.scaleY = 1;
appPrefs.guidesSettings.before = true;
#ifndef WANT_PIN_CUBA
appPrefs.docUnitIndex = 0;
#else
appPrefs.docUnitIndex = 1;
#endif
appPrefs.toolSettings.polyC = 4;
appPrefs.toolSettings.polyF = 0.5;
appPrefs.toolSettings.polyS = false;
Expand Down

0 comments on commit b703c6d

Please sign in to comment.