Skip to content

Commit

Permalink
Align header text
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jan 2, 2015
1 parent 731c792 commit 09074ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsmeasuredialog.cpp
Expand Up @@ -55,6 +55,8 @@ QgsMeasureDialog::QgsMeasureDialog( QgsMeasureTool* tool, Qt::WindowFlags f )
updateSettings();

connect( mUnitsCombo, SIGNAL( currentIndexChanged( const QString & ) ), this, SLOT( unitsChanged( const QString & ) ) );

mTable->headerItem()->setTextAlignment( 0, Qt::AlignRight );
}

void QgsMeasureDialog::updateSettings()
Expand Down

0 comments on commit 09074ad

Please sign in to comment.