mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Explorer tabs have now 70% of layout height, while logging area is 30%
This commit is contained in:
@@ -15,6 +15,7 @@ Released on 14/12/2020
|
|||||||
- Enhancements:
|
- Enhancements:
|
||||||
- File explorer:
|
- File explorer:
|
||||||
- Fixed color mismatch in local explorer
|
- Fixed color mismatch in local explorer
|
||||||
|
- Explorer tabs have now 70% of layout height, while logging area is 30%
|
||||||
- Bugfix:
|
- Bugfix:
|
||||||
- Fixed memory vulnerability in Windows version
|
- Fixed memory vulnerability in Windows version
|
||||||
|
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ impl FileTransferActivity {
|
|||||||
.margin(1)
|
.margin(1)
|
||||||
.constraints(
|
.constraints(
|
||||||
[
|
[
|
||||||
Constraint::Length(20), // Explorer
|
Constraint::Percentage(70), // Explorer
|
||||||
Constraint::Length(16), // Log
|
Constraint::Percentage(30), // Log
|
||||||
]
|
]
|
||||||
.as_ref(),
|
.as_ref(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user