viewertexteditor: move vertical alignment options to toolbar
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
namespace olive {
|
||||
|
||||
TextGizmo::TextGizmo(QObject *parent)
|
||||
: NodeGizmo{parent}
|
||||
: NodeGizmo{parent},
|
||||
valign_(Qt::AlignTop)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user