viewertexteditor: move vertical alignment options to toolbar

This commit is contained in:
itsmattkc
2022-08-25 10:17:58 -07:00
parent 3dfaf807af
commit b1b845826c
8 changed files with 121 additions and 9 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
namespace olive {
TextGizmo::TextGizmo(QObject *parent)
: NodeGizmo{parent}
: NodeGizmo{parent},
valign_(Qt::AlignTop)
{
}