mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: term padding
This commit is contained in:
@@ -98,7 +98,7 @@ class SettingStore extends PersistentStore {
|
||||
// SSH virtual key (ctrl | alt) auto turn off
|
||||
late final sshVirtualKeyAutoOff = property('sshVirtualKeyAutoOff', true);
|
||||
|
||||
late final editorFontSize = property('editorFontSize', 13.0);
|
||||
late final editorFontSize = property('editorFontSize', 12.5);
|
||||
|
||||
// Editor theme
|
||||
late final editorTheme = property(
|
||||
|
||||
Reference in New Issue
Block a user