mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05:00
Renamed the QgsPenStyleComboBox Qt::NoPen entry to "No Line", which is
consistent with names for other entries. Signed-off-by: Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de>
This commit is contained in:
parent
1a4bf27b2c
commit
cf9264452c
@ -29,7 +29,7 @@ QgsPenStyleComboBox::QgsPenStyleComboBox( QWidget *parent )
|
||||
{
|
||||
QList < QPair<Qt::PenStyle, QString> > styles;
|
||||
styles << qMakePair( Qt::SolidLine, tr( "Solid Line" ) )
|
||||
<< qMakePair( Qt::NoPen, tr( "No Pen" ) )
|
||||
<< qMakePair( Qt::NoPen, tr( "No Line" ) )
|
||||
<< qMakePair( Qt::DashLine, tr( "Dash Line" ) )
|
||||
<< qMakePair( Qt::DotLine, tr( "Dot Line" ) )
|
||||
<< qMakePair( Qt::DashDotLine, tr( "Dash Dot Line" ) )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user