Fixed Add movie, edit movie, and edit collection UIs to look better in 16:9 aspect ratios

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent b9771ab108
commit a09eb83555
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ fn draw_confirmation_prompt<B: Backend>(f: &mut Frame<'_, B>, app: &mut App, pro
let chunks = vertical_chunks_with_margin(
vec![
Constraint::Percentage(40),
Constraint::Percentage(30),
Constraint::Length(3),
Constraint::Length(3),
Constraint::Length(3),
+1 -1
View File
@@ -115,7 +115,7 @@ fn draw_edit_collection_confirmation_prompt<B: Backend>(
let chunks = vertical_chunks_with_margin(
vec![
Constraint::Percentage(35),
Constraint::Percentage(25),
Constraint::Length(3),
Constraint::Length(3),
Constraint::Length(3),
+1 -1
View File
@@ -112,7 +112,7 @@ fn draw_edit_movie_confirmation_prompt<B: Backend>(
let chunks = vertical_chunks_with_margin(
vec![
Constraint::Percentage(35),
Constraint::Percentage(25),
Constraint::Length(3),
Constraint::Length(3),
Constraint::Length(3),