mirror of
https://github.com/0x192/universal-android-debloater.git
synced 2026-07-09 17:18:41 +00:00
fix: to small width of panel in about panel
This commit is contained in:
parent
ccbdd35360
commit
5a7782a1b0
1 changed files with 2 additions and 2 deletions
|
|
@ -75,12 +75,12 @@ impl About {
|
|||
let self_update_row = row![uad_version_text, self_update_btn, last_self_update_text,]
|
||||
.align_items(Alignment::Center)
|
||||
.spacing(10)
|
||||
.width(550);
|
||||
.width(600);
|
||||
|
||||
let uad_list_row = row![uad_list_text, uad_lists_btn, last_update_text,]
|
||||
.align_items(Alignment::Center)
|
||||
.spacing(10)
|
||||
.width(550);
|
||||
.width(600);
|
||||
|
||||
#[cfg(feature = "self-update")]
|
||||
let update_column = column![uad_list_row, self_update_row]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue