aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dürr <contact@christianduerr.com>2018-11-12 12:31:19 +0100
committerChristian Dürr <contact@christianduerr.com>2018-11-12 12:31:19 +0100
commit0ebf82ab187b90be5ecabe5aa2d017682399029e (patch)
tree3ddd521b6ab32f77cf156b5c98c56d06b9477def
parent1e17838a2573778c8460bd598d23104b65193985 (diff)
downloadalacritty-0ebf82ab187b90be5ecabe5aa2d017682399029e.tar.gz
alacritty-0ebf82ab187b90be5ecabe5aa2d017682399029e.zip
Fix padding documentation
The documentation has been changed to clearly state that the padding is scaled by DPI now.
-rw-r--r--alacritty.yml2
-rw-r--r--alacritty_macos.yml2
-rw-r--r--alacritty_windows.yml2
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