button sizes
This commit is contained in:
@@ -32,9 +32,9 @@ impl IntroState {
|
|||||||
let chunks = Layout::default()
|
let chunks = Layout::default()
|
||||||
.direction(Direction::Vertical)
|
.direction(Direction::Vertical)
|
||||||
.constraints([
|
.constraints([
|
||||||
Constraint::Percentage(35),
|
Constraint::Percentage(40),
|
||||||
Constraint::Length(7), // Increased to accommodate 3 buttons
|
Constraint::Length(5), // Increased to accommodate 3 buttons
|
||||||
Constraint::Percentage(35),
|
Constraint::Percentage(40),
|
||||||
])
|
])
|
||||||
.split(inner_area);
|
.split(inner_area);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user