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
+10
View File
@@ -188,6 +188,16 @@ namespace glabels
};
class Center : public QIcon
{
public:
Center()
{
addPixmap( QPixmap( ":icons/flat/16x16/glabels-center.svg" ) );
}
};
class CenterHoriz : public QIcon
{
public: