We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6f86b commit 671205eCopy full SHA for 671205e
src/popups/branch_sort.rs
@@ -85,7 +85,7 @@ impl BranchSortPopup {
85
impl DrawableComponent for BranchSortPopup {
86
fn draw(&self, f: &mut Frame, area: Rect) -> Result<()> {
87
if self.is_visible() {
88
- const MAX_SIZE: (u16, u16) = (50, 20);
+ const MAX_SIZE: (u16, u16) = (50, 8);
89
90
let mut area = ui::centered_rect_absolute(
91
MAX_SIZE.0, MAX_SIZE.1, area,
0 commit comments