From c128ae8b9c661dd254e8b464f1415819b82d9330 Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Aug 21 2019 06:48:32 +0000 Subject: revert text align of function sheet (#2717) --- 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); } }