Skip to content

Commit

Permalink
remove WeatherGroup background
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesshi committed May 29, 2024
1 parent 095aecd commit 75a49f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

public class WeatherGroup extends JPanel {
public WeatherGroup() {
setOpaque(false);
setLayout(new GridLayout(1, 4, 8, 0));
add(new WeatherWindCard("16"));
add(new WeatherHumidityCard("50"));
Expand Down

0 comments on commit 75a49f9

Please sign in to comment.