Skip to content

Commit

Permalink
Minor GUI fix to the study loading push button.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Sep 1, 2022
1 parent c5ead1c commit 6b2e036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def on_import_options_clicked(self, point):
"""
The position is hard-coded to get the correct alignment.
"""
self.options_menu.exec_(self.bottom_add_study_pushbutton.mapToGlobal(QPoint(0, -55)))
self.options_menu.exec_(self.bottom_add_study_pushbutton.mapToGlobal(QPoint(0, -15)))

def on_add_existing_study_requested(self):
if SoftwareConfigResources.getInstance().active_study_name and\
Expand Down

0 comments on commit 6b2e036

Please sign in to comment.