Start on painting the editor

This commit is contained in:
Antonio Scandurra
2021-03-25 17:36:29 +01:00
parent 466f6e0479
commit 596fc47a68
2 changed files with 134 additions and 151 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ impl Settings {
pub fn new(font_cache: &FontCache) -> Result<Self> {
Ok(Self {
buffer_font_family: font_cache.load_family(&["Fira Code", "Monaco"])?,
buffer_font_size: 16.0,
buffer_font_size: 14.0,
tab_size: 4,
ui_font_family: font_cache.load_family(&["SF Pro Display"])?,
ui_font_size: 12.0,