- small changes in the Geometry UI

This commit is contained in:
Marius Stanciu
2019-12-10 04:14:58 +02:00
committed by Marius
parent b771cbd110
commit cee8c223a8
4 changed files with 50 additions and 17 deletions

View File

@@ -7385,8 +7385,7 @@ class App(QtCore.QObject):
self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
"%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (dx, dy))
self.inform.emit('[success] %s' %
_("Done."))
self.inform.emit('[success] %s' % _("Done."))
return location
def on_copy_object(self):