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