Skip to content

Commit

Permalink
Merge pull request #452 from Universal-Debloater-Alliance/bug/ui-visu…
Browse files Browse the repository at this point in the history
…al-bugs

bug(ui): visual bugs in selection review
  • Loading branch information
adhirajsinghchauhan authored May 8, 2024
2 parents 189cf4a + 65e78c0 commit 622b559
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/gui/views/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,12 +721,13 @@ impl List {
self.phone_packages[selection.0][selection.1]
.uad_list
)]
.width(70),
.width(50),
row![text(
self.phone_packages[selection.0][selection.1]
.name
.clone()
),],
),]
.width(540),
horizontal_space(),
row![match self.phone_packages[selection.0]
[selection.1]
Expand All @@ -747,7 +748,7 @@ impl List {
PackageState::All => text("Impossible")
.style(style::Text::Danger),
},]
.width(80),
.width(70),
]
.width(Length::Fill)
.spacing(20),
Expand Down Expand Up @@ -803,7 +804,7 @@ impl List {
.align_items(Alignment::Center)
},
)
.width(800)
.width(900)
.height(Length::Shrink)
.max_height(700)
.style(style::Container::Background)
Expand Down

0 comments on commit 622b559

Please sign in to comment.