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
+1
View File
@@ -184,6 +184,7 @@ namespace glabels
void alignSelectionTop();
void alignSelectionBottom();
void alignSelectionVCenter();
void centerSelection();
void centerSelectionHoriz();
void centerSelectionVert();
void moveSelection( const Distance& dx, const Distance& dy );