Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gui tidy ups for the project props dialog as part of the general GUI …
…revision

git-svn-id: http://svn.osgeo.org/qgis/trunk@8487 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 21, 2008
1 parent 7c9de3d commit 97874aa
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 214 deletions.
4 changes: 4 additions & 0 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -73,9 +73,13 @@ QgsProjectProperties::QgsProjectProperties(QgsMapCanvas* mapCanvas, QWidget *par
// position display is set (manual or automatic)
bool automaticPrecision = QgsProject::instance()->readBoolEntry("PositionPrecision","/Automatic");
if (automaticPrecision)
{
radAutomatic->setChecked(true);
}
else
{
radManual->setChecked(true);
}

int dp = QgsProject::instance()->readNumEntry("PositionPrecision", "/DecimalPlaces");
spinBoxDP->setValue(dp);
Expand Down

0 comments on commit 97874aa

Please sign in to comment.