diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7ec0d6..12c6f97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ CHANGELOG for FlatCAM beta - added to the application an older contribution by another user: Columnar Layout for the Preferences Tab. It can be set in Preferences -> General -> GUI section - installed an eventFilter for the Sliders in the Preferences tab such that only if a slider has focus the mouse wheel will change its value - in Preferences made sure that the changes of the scrollbar no longer interfere with signalling changes - +- minor UI changes (added some parenting so some pop-up messages will be centered in the UI as opposed to the screen) 11.03.2022 diff --git a/app_Main.py b/app_Main.py index a242c347..06636e5f 100644 --- a/app_Main.py +++ b/app_Main.py @@ -5669,7 +5669,8 @@ class App(QtCore.QObject): label=_("Enter the coordinates in format X,Y:"), icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'), initial_text=dia_box_location, - reference=self.options['global_jump_ref']) + reference=self.options['global_jump_ref'], + parent=self.ui) if dia_box.ok is True: try: @@ -5928,7 +5929,8 @@ class App(QtCore.QObject): label=_("Enter the coordinates in format X,Y:"), icon=QtGui.QIcon(self.resource_location + '/move32_bis.png'), initial_text=dia_box_location, - reference=self.options['global_move_ref']) + reference=self.options['global_move_ref'], + parent=self.ui) if dia_box.ok is True: try: