Skip to content

Commit

Permalink
Added mm to unit combo box (ticket 1293)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9264 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 5, 2008
1 parent bda3179 commit 3b19456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/composer/qgscompositionwidget.cpp
Expand Up @@ -24,6 +24,10 @@ QgsCompositionWidget::QgsCompositionWidget( QWidget* parent, QgsComposition* c )
setupUi( this );
createPaperEntries();

//unit (only mm at the moment, therefore disabled)
mPaperUnitsComboBox->addItem("mm");
mPaperUnitsComboBox->setEnabled(false);

//orientation
mPaperOrientationComboBox->blockSignals( true );
mPaperOrientationComboBox->insertItem( 0, tr( "Landscape" ) );
Expand Down

0 comments on commit 3b19456

Please sign in to comment.