mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
parent
67493514be
commit
279a65bb7e
@ -2223,6 +2223,12 @@ void QgisApp::createToolBars()
|
||||
addDbLayerAction->setObjectName( "ActionAddDbLayer" );
|
||||
connect( bt, SIGNAL( triggered( QAction * ) ), this, SLOT( toolButtonActionTriggered( QAction * ) ) );
|
||||
|
||||
QLayout *layout = mLayerToolBar->layout();
|
||||
for ( int i = 0; i < layout->count(); ++i )
|
||||
{
|
||||
layout->itemAt( i )->setAlignment( Qt::AlignLeft );
|
||||
}
|
||||
|
||||
//circular string digitize tool button
|
||||
QToolButton* tbAddCircularString = new QToolButton( mDigitizeToolBar );
|
||||
tbAddCircularString->setPopupMode( QToolButton::MenuButtonPopup );
|
||||
|
Loading…
x
Reference in New Issue
Block a user