diff --git a/toonz/sources/toonzqt/functionsheet.cpp b/toonz/sources/toonzqt/functionsheet.cpp index 7026ef3..858e2d5 100644 --- a/toonz/sources/toonzqt/functionsheet.cpp +++ b/toonz/sources/toonzqt/functionsheet.cpp @@ -703,7 +703,7 @@ void FunctionSheetCellViewer::drawCells(QPainter &painter, int r0, int c0, font.setPixelSize(12); painter.setFont(font); painter.drawText(cellRect.adjusted(10, 0, 0, 0), - Qt::AlignVCenter | Qt::AlignRight, text); + Qt::AlignVCenter | Qt::AlignLeft, text); } }