Skip to content

Commit

Permalink
Merge pull request #167 from mwcraig/fix-aperture-settings
Browse files Browse the repository at this point in the history
Show the save button bar on aperture settings
  • Loading branch information
JuanCab authored Sep 6, 2023
2 parents c40a522 + 6aeff5f commit 67512a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellarphot/gui_tools/seeing_profile_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def __init__(self, imagewidget=None, width=500):
value="aperture_settings.json"
)
self.aperture_settings = ui_generator(ApertureSettings)
self.aperture_settings.show_savebuttonbar = True
self.aperture_settings.path = Path(self.aperture_settings_file_name.value)
self.save_aps = ipw.Button(description="Save settings")
vb.children = [self.aperture_settings_file_name, self.aperture_settings] #, self.save_aps] #, self.in_t, self.out_t]
Expand Down

0 comments on commit 67512a9

Please sign in to comment.