Add ObjectsCenter action to center objects in label both h and v. (#184)

This commit is contained in:
Jaye Evins
2025-07-31 18:01:22 -04:00
committed by GitHub
parent 475971b701
commit 9c3e21faf3
8 changed files with 108 additions and 0 deletions
+2
View File
@@ -142,6 +142,7 @@ namespace glabels
void objectsAlignTop();
void objectsAlignVCenter();
void objectsAlignBottom();
void objectsCenter();
void objectsCenterHoriz();
void objectsCenterVert();
@@ -301,6 +302,7 @@ namespace glabels
QAction* objectsAlignTopAction;
QAction* objectsAlignVCenterAction;
QAction* objectsAlignBottomAction;
QAction* objectsCenterAction;
QAction* objectsCenterHorizAction;
QAction* objectsCenterVertAction;