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
|
let (weather, _) = panes
|
||||||
.split(pane_grid::Axis::Vertical, nba, PaneType::Weather)
|
.split(pane_grid::Axis::Vertical, nba, PaneType::Weather)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let (nfl, _) = panes
|
let (mlb, _) = panes
|
||||||
.split(pane_grid::Axis::Vertical, weather, PaneType::NflPane)
|
.split(pane_grid::Axis::Vertical, weather, PaneType::MlbPane)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
panes.split(pane_grid::Axis::Horizontal, nfl, PaneType::MlbPane);
|
panes.split(pane_grid::Axis::Horizontal, mlb, PaneType::NflPane);
|
||||||
panes
|
panes
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue