Change property view panel title to sentence case
This commit is contained in:
@@ -559,7 +559,7 @@ void PropertyView::changeEvent(QEvent *e)
|
||||
PropertyDockView::PropertyDockView(Gui::Document* pcDocument, QWidget *parent)
|
||||
: DockWindow(pcDocument,parent)
|
||||
{
|
||||
setWindowTitle(tr("Property View"));
|
||||
setWindowTitle(tr("Property view"));
|
||||
|
||||
auto view = new PropertyView(this);
|
||||
auto pLayout = new QGridLayout(this);
|
||||
|
||||
Reference in New Issue
Block a user