mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-10 00:05:25 -04:00
Align header text
This commit is contained in:
parent
731c792dad
commit
09074ad69f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user