#64 opt. for process page

This commit is contained in:
lollipopkit
2023-06-27 12:27:16 +08:00
parent 0022294ea4
commit 9ffe5583fd
10 changed files with 35 additions and 27 deletions

View File

@@ -80,7 +80,7 @@ class _SSHPageState extends State<SSHPage> {
_terminalTheme = _isDark ? termDarkTheme : termLightTheme;
// Calculate virtkey width / height
_virtKeyWidth = _media.size.width / 7;
_virtKeysHeight = _media.size.height * 0.047 * _virtKeysList.length;
_virtKeysHeight = _media.size.height * 0.043 * _virtKeysList.length;
}
@override