mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
switch nfl and mlb location
This commit is contained in:
parent
e55e2240dd
commit
0b9f9c010f
1 changed files with 3 additions and 3 deletions
|
|
@ -187,10 +187,10 @@ impl Default for State {
|
|||
let (weather, _) = panes
|
||||
.split(pane_grid::Axis::Vertical, nba, PaneType::Weather)
|
||||
.unwrap();
|
||||
let (nfl, _) = panes
|
||||
.split(pane_grid::Axis::Vertical, weather, PaneType::NflPane)
|
||||
let (mlb, _) = panes
|
||||
.split(pane_grid::Axis::Vertical, weather, PaneType::MlbPane)
|
||||
.unwrap();
|
||||
panes.split(pane_grid::Axis::Horizontal, nfl, PaneType::MlbPane);
|
||||
panes.split(pane_grid::Axis::Horizontal, mlb, PaneType::NflPane);
|
||||
panes
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue