Placement improvements:

- sort the angles x-y-z
- add tooltips to make clear for non-native speakers what axis e.g. the yaw rotates around
- add existing icon to menu entry
This commit is contained in:
donovaly
2020-01-06 17:45:39 +01:00
committed by Yorik van Havre
parent 35ba5aa2af
commit 3d1f5ffec9
2 changed files with 107 additions and 31 deletions

View File

@@ -1355,6 +1355,7 @@ StdCmdPlacement::StdCmdPlacement()
sToolTipText = QT_TR_NOOP("Place the selected objects");
sStatusTip = QT_TR_NOOP("Place the selected objects");
sWhatsThis = "Std_Placement";
sPixmap = "Std_Placement";
}
void StdCmdPlacement::activated(int iMsg)