Skip to content

Commit

Permalink
"No Controllers" string no longer being squished with long traffic ta…
Browse files Browse the repository at this point in the history
…bles (fixes #42)
  • Loading branch information
marvk committed Sep 16, 2021
1 parent d68d98b commit e30b149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- Map now updates automatically when updating filter settings
- Background can't be disabled anymore and is now always painted at maximum opacity (#48)
- "No Controllers" no longer being squished on high traffic volume airports (#42)

## [0.1.0](https://github.com/marvk/vatprism/releases/tag/v0.1.0) - 2021-09-13

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
fx:controller="net.marvk.fs.vatsim.map.view.datadetail.controllersdetail.ControllersDetailView">
<contentNode>
<VBox fx:id="contentContainer">
<HBox fx:id="noControllers" alignment="CENTER" minHeight="0.0" minWidth="0.0">
<HBox fx:id="noControllers" alignment="CENTER" minWidth="0.0">
<children>
<Label styleClass="mono" text="No Controllers"/>
</children>
Expand Down

0 comments on commit e30b149

Please sign in to comment.