Add translation infrastructure

This commit is contained in:
Jack Andersen
2018-07-24 20:01:01 -10:00
parent b3958e9d52
commit ca81c07600
10 changed files with 747 additions and 62 deletions

View File

@@ -208,7 +208,7 @@ void KeyboardWidget::showEvent(QShowEvent* event)
{
if (QScrollArea* scroll = qobject_cast<QScrollArea*>(parentWidget()->parentWidget()))
{
/* Scroll to C3 */
scroll->ensureVisible(141 * 4 + scroll->width(), 0, 0, 0);
/* Scroll to C2 */
scroll->ensureVisible(141 * 3 + scroll->width(), 0, 0, 0);
}
}