mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Removed unused focus, fixed partial prog bar alignment
This commit is contained in:
committed by
Christian Visintin
parent
47f3ffef7b
commit
a1a1631fd2
@@ -421,7 +421,7 @@ impl FileTransferActivity {
|
||||
.attr(
|
||||
&Id::ProgressBarPartial,
|
||||
Attribute::Title,
|
||||
AttrValue::Title((filename, Alignment::Left))
|
||||
AttrValue::Title((filename, Alignment::Center))
|
||||
)
|
||||
.is_ok());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user