mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Fix tooltips in labeling widget tabs
This commit is contained in:
parent
109ad22c82
commit
ab4d8c4500
@ -530,8 +530,9 @@ void QgsTextFormatWidget::setDockMode( bool enabled )
|
||||
mOptionsTab->setTabToolTip( 2, tr( "Buffer" ) );
|
||||
mOptionsTab->setTabToolTip( 3, tr( "Background" ) );
|
||||
mOptionsTab->setTabToolTip( 4, tr( "Shadow" ) );
|
||||
mOptionsTab->setTabToolTip( 5, tr( "Placement" ) );
|
||||
mOptionsTab->setTabToolTip( 6, tr( "Rendering" ) );
|
||||
mOptionsTab->setTabToolTip( 5, tr( "Callouts" ) );
|
||||
mOptionsTab->setTabToolTip( 6, tr( "Placement" ) );
|
||||
mOptionsTab->setTabToolTip( 7, tr( "Rendering" ) );
|
||||
|
||||
mLabelingOptionsListFrame->setVisible( !enabled );
|
||||
groupBox_mPreview->setVisible( !enabled );
|
||||
|
Loading…
x
Reference in New Issue
Block a user