Skip to content

Commit

Permalink
Make Vertical resolution box use no space when Sky mode is set to…
Browse files Browse the repository at this point in the history
… `Skymap (angular)` (#1503)
  • Loading branch information
Peregrine05 authored Nov 25, 2022
1 parent 4db67b7 commit 8facec8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public SkymapSettings() throws IOException {

public void setPanoramic(boolean pano) {
panoSpecific.setVisible(pano);
panoSpecific.setManaged(pano);
}

@Override public void initialize(URL location, ResourceBundle resources) {
Expand Down

0 comments on commit 8facec8

Please sign in to comment.