Removed unused focus, fixed partial prog bar alignment

This commit is contained in:
veeso
2022-01-06 10:44:34 +01:00
committed by Christian Visintin
parent 47f3ffef7b
commit a1a1631fd2
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ impl FileTransferActivity {
.attr(
&Id::ProgressBarPartial,
Attribute::Title,
AttrValue::Title((filename, Alignment::Left))
AttrValue::Title((filename, Alignment::Center))
)
.is_ok());
}