From 48887789f077b0a9d810f6c9dc9694899d873514 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 19 Apr 2015 13:45:30 +0100 Subject: Improve some faces --- sx-button.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sx-button.el') diff --git a/sx-button.el b/sx-button.el index 2292ac9..194c292 100644 --- a/sx-button.el +++ b/sx-button.el @@ -49,7 +49,8 @@ ;;; Face (defface sx-custom-button '((((type x w32 ns) (class color)) ; Like default mode line - :box (:line-width 2 :style released-button) + :box (:line-width 3 :style released-button) + :height 0.9 :background "lightgrey" :foreground "black")) "Face used on buttons such as \"Write an Answer\"." :group 'sx) -- cgit v1.2.3