Skip to content

Commit 3b19456

Browse files
author
mhugent
committedSep 5, 2008
Added mm to unit combo box (ticket 1293)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9264 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bda3179 commit 3b19456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/app/composer/qgscompositionwidget.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ QgsCompositionWidget::QgsCompositionWidget( QWidget* parent, QgsComposition* c )
2424
setupUi( this );
2525
createPaperEntries();
2626

27+
//unit (only mm at the moment, therefore disabled)
28+
mPaperUnitsComboBox->addItem("mm");
29+
mPaperUnitsComboBox->setEnabled(false);
30+
2731
//orientation
2832
mPaperOrientationComboBox->blockSignals( true );
2933
mPaperOrientationComboBox->insertItem( 0, tr( "Landscape" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.