From 0ebf82ab187b90be5ecabe5aa2d017682399029e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20D=C3=BCrr?= Date: Mon, 12 Nov 2018 12:31:19 +0100 Subject: [PATCH] Fix padding documentation The documentation has been changed to clearly state that the padding is scaled by DPI now. --- alacritty.yml | 2 +- alacritty_macos.yml | 2 +- alacritty_windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 29f6f54b..4a62b920 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -23,7 +23,7 @@ window: # Window padding (changes require restart) # - # Blank space added around the window in pixels. This padding is not scaled + # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: x: 2 diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 355f21cf..9f97b72b 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -23,7 +23,7 @@ window: # Window padding (changes require restart) # - # Blank space added around the window in pixels. This padding is not scaled + # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: x: 2 diff --git a/alacritty_windows.yml b/alacritty_windows.yml index 8be7ea52..1da098f7 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -23,7 +23,7 @@ window: # Window padding (changes require restart) # - # Blank space added around the window in pixels. This padding is not scaled + # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: x: 2