diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-05-26 19:36:16 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-27 21:40:53 +0200 |
commit | aa50e5bb13a45eb97fa31a7f9a6facc8145e7666 (patch) | |
tree | cd5a35a14fa56397aa1e54cdcd73fe8c97202853 /Base/home/anon | |
parent | c23882dde1f8a46f82b599ece5bb4b59606d030b (diff) | |
download | serenity-aa50e5bb13a45eb97fa31a7f9a6facc8145e7666.zip |
tiled backgrounds no longer has strange off-by-one pixel errors
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/WindowManager.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/home/anon/WindowManager.ini b/Base/home/anon/WindowManager.ini index e142b0c28d..a13fcde519 100644 --- a/Base/home/anon/WindowManager.ini +++ b/Base/home/anon/WindowManager.ini @@ -1,6 +1,6 @@ [Screen] -Width=1920 -Height=1080 +Width=2560 +Height=1440 [Cursor] Arrow=/res/cursors/arrow.png |