diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-01 12:08:56 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-01 12:08:56 +0530 |
| commit | 955532893fc6db5a78f88ef2a2700dec56cd3012 (patch) | |
| tree | 452e05bd0c8aa959c824ba49655ecc7c37c1b327 /src/ui.rs | |
| parent | b29846fb72326dc04bc13fe11d07965879787533 (diff) | |
remove queue struct, and use generics of ContentList
Diffstat (limited to 'src/ui.rs')
| -rwxr-xr-x | src/ui.rs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -362,9 +362,9 @@ fn draw_playlist_viewer(frame: &mut Frame, app: &mut App, area: Rect) { let table = Table::new( rows, vec![ - Constraint::Min(40), - Constraint::Percentage(40), - Constraint::Percentage(20), + Constraint::Min(48), + Constraint::Percentage(48), + Constraint::Percentage(4), ], ) .block(title) |
