Update src/Mod/Spreadsheet/Gui/Workbench.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
f38d0028a1
commit
e7161fedd4
@@ -93,7 +93,7 @@ void Workbench::activated()
|
||||
}
|
||||
foregroundColor->setToolTip(QObject::tr("Sets the text color of cells"));
|
||||
foregroundColor->setWhatsThis(QObject::tr("Sets the text color of spreadsheet cells"));
|
||||
foregroundColor->setStatusTip(QObject::tr("Set cells text color"));
|
||||
foregroundColor->setStatusTip(QObject::tr("Sets the text color of spreadsheet cells"));
|
||||
bar->addWidget(foregroundColor);
|
||||
|
||||
QList<QtColorPicker*> bgList = Gui::getMainWindow()->findChildren<QtColorPicker*>(
|
||||
|
||||
Reference in New Issue
Block a user