From 049cecd897a9c750a8b584f2d3331a70cc523e4b Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 10 Feb 2020 14:55:23 +0800 Subject: [PATCH] Smaller the icon size for remote files. --- dashboard-widgets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-widgets.el b/dashboard-widgets.el index 07a3c5d7..9b9c9613 100644 --- a/dashboard-widgets.el +++ b/dashboard-widgets.el @@ -532,7 +532,7 @@ WIDGET-PARAMS are passed to the \"widget-create\" function." ((string-equal ,section-name "Agenda for today:") (all-the-icons-octicon "primitive-dot" :height 1.0 :v-adjust 0.01)) ((file-remote-p path) - (all-the-icons-octicon "radio-tower" :height 1.1 :v-adjust 0.01)) + (all-the-icons-octicon "radio-tower" :height 1.0 :v-adjust 0.01)) (t (all-the-icons-icon-for-file (file-name-nondirectory path))))))) (setq tag (concat icon " " ,@rest))))