Now you can change the thickness of the drawing tools!

This commit is contained in:
lupoDharkael
2017-08-17 14:47:27 +02:00
parent 321ec1b555
commit b966a10c09
40 changed files with 244 additions and 62 deletions

View File

@@ -45,7 +45,8 @@ QVector<const char *> InfoWindow::m_keys = {
"CTRL + C",
"CTRL + S",
"CTRL + Z",
QT_TR_NOOP("Right Click")
QT_TR_NOOP("Right Click"),
QT_TR_NOOP("Mouse Wheel")
};
QVector<const char *> InfoWindow::m_description = {
@@ -55,7 +56,8 @@ QVector<const char *> InfoWindow::m_description = {
QT_TR_NOOP("Copy to clipboard"),
QT_TR_NOOP("Save selection as a file"),
QT_TR_NOOP("Undo the last modification"),
QT_TR_NOOP("Show color picker")
QT_TR_NOOP("Show color picker"),
QT_TR_NOOP("Change draw tool thickness")
};
void InfoWindow::initInfoTable() {