mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
fix: align select all button with other buttons
This commit is contained in:
parent
06897b2bc7
commit
b199086be5
1 changed files with 2 additions and 3 deletions
|
|
@ -319,7 +319,7 @@ impl List {
|
|||
checkbox("Select all", self.all_selected, Message::ToggleAllSelected)
|
||||
.style(style::CheckBox::SettingsEnabled);
|
||||
|
||||
let pre_padding = Space::new(Length::Fixed(0.0), Length::Shrink);
|
||||
let col_sel_all = row![select_all_checkbox].padding(8);
|
||||
|
||||
let user_picklist = pick_list(
|
||||
selected_device.user_list.clone(),
|
||||
|
|
@ -345,8 +345,7 @@ impl List {
|
|||
);
|
||||
|
||||
let control_panel = row![
|
||||
pre_padding,
|
||||
select_all_checkbox,
|
||||
col_sel_all,
|
||||
search_packages,
|
||||
user_picklist,
|
||||
divider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue